Skip to content

Commit ce8e70c

Browse files
committed
Merge pull request #150 from symfony-cmf/routing_auto
auto enable phpcr for RoutingAutoBundle
2 parents ad74b63 + 7e67073 commit ce8e70c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DependencyInjection/CmfCoreExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ public function prepend(ContainerBuilder $container)
144144
$prependConfig = array(
145145
'persistence' => array(
146146
'phpcr' => array(
147+
'enabled' => $persistenceConfig['enabled'],
147148
'route_basepath' => $persistenceConfig['basepath'].'/routes',
148149
),
149150
),

0 commit comments

Comments
 (0)