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)
63
63
realpath (__DIR__ .'/Resources/config/doctrine-phpcr ' ) => 'Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr ' ,
64
64
),
65
65
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 ' )
67
68
)
68
69
);
69
70
}
@@ -95,7 +96,8 @@ private function buildOrmCompilerPass(ContainerBuilder $container)
95
96
realpath (__DIR__ . '/Resources/config/doctrine-orm ' ) => 'Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Orm ' ,
96
97
),
97
98
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 ' )
99
101
)
100
102
);
101
103
}
You can’t perform that action at this time.
0 commit comments