Skip to content

Commit 2744394

Browse files
authored
Merge pull request #226 from symfony-cmf/adjust-to-routing-cleanup
no longer prepend content_basepath in routing configuration
2 parents ed15470 + 3326b3c commit 2744394

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/DependencyInjection/CmfCoreExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ public function prepend(ContainerBuilder $container)
126126
'persistence' => [
127127
'phpcr' => [
128128
'enabled' => $persistenceConfig['enabled'],
129-
'content_basepath' => $persistenceConfig['basepath'].'/content',
130129
'route_basepaths' => $routePaths,
131130
'manager_name' => $persistenceConfig['manager_name'],
132131
],

0 commit comments

Comments
 (0)