Skip to content

Commit

Permalink
Merge pull request #226 from symfony-cmf/adjust-to-routing-cleanup
Browse files Browse the repository at this point in the history
no longer prepend content_basepath in routing configuration
  • Loading branch information
wouterj authored Feb 6, 2017
2 parents ed15470 + 3326b3c commit 2744394
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DependencyInjection/CmfCoreExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ public function prepend(ContainerBuilder $container)
'persistence' => [
'phpcr' => [
'enabled' => $persistenceConfig['enabled'],
'content_basepath' => $persistenceConfig['basepath'].'/content',
'route_basepaths' => $routePaths,
'manager_name' => $persistenceConfig['manager_name'],
],
Expand Down

0 comments on commit 2744394

Please sign in to comment.