Skip to content

Commit

Permalink
prepend content basepath to seo bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Feb 8, 2017
1 parent 2744394 commit 08b8331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DependencyInjection/CmfCoreExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ public function prepend(ContainerBuilder $container)
'persistence' => [
'phpcr' => [
'enabled' => $persistenceConfig['enabled'],
'content_basepath' => $persistenceConfig['basepath'].'/content',
],
],
];
Expand Down

0 comments on commit 08b8331

Please sign in to comment.