File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,8 @@ private function buildPhpcrCompilerPass(ContainerBuilder $container)
6363 realpath (__DIR__ .'/Resources/config/doctrine-phpcr ' ) => 'Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr ' ,
6464 ),
6565 array ('cmf_routing.dynamic.persistence.phpcr.manager_name ' ),
66- 'cmf_routing.backend_type_phpcr '
66+ 'cmf_routing.backend_type_phpcr ' ,
67+ array ('CmfRoutingBundle ' => 'Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr ' )
6768 )
6869 );
6970 }
@@ -95,7 +96,8 @@ private function buildOrmCompilerPass(ContainerBuilder $container)
9596 realpath (__DIR__ . '/Resources/config/doctrine-orm ' ) => 'Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Orm ' ,
9697 ),
9798 array ('cmf_routing.dynamic.persistence.orm.manager_name ' ),
98- 'cmf_routing.backend_type_orm '
99+ 'cmf_routing.backend_type_orm ' ,
100+ array ('CmfRoutingBundle ' => 'Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Orm ' )
99101 )
100102 );
101103 }
You can’t perform that action at this time.
0 commit comments