Skip to content

Commit 7e67073

Browse files
committed
auto enable phpcr for RoutingAutoBundle
1 parent ad74b63 commit 7e67073

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)