Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 8f0eafb

Browse files
committed
add phpcr into parameter fetch of routing basepath
1 parent 057c51a commit 8f0eafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/Factory/RoutingAdminFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function process(ContainerBuilder $container)
6161
return;
6262
}
6363

64-
$basepaths = $container->getParameter('cmf_routing.dynamic.persistence.route_basepaths');
64+
$basepaths = $container->getParameter('cmf_routing.dynamic.persistence.phpcr.route_basepaths');
6565
$container->setParameter('cmf_sonata_phpcr_admin_integration.routing.basepath', reset($basepaths));
6666
}
6767
}

0 commit comments

Comments
 (0)