Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 2ae7afa

Browse files
covex-nndbu
authored andcommitted
Fix typo in parameter name with manager name (#309)
1 parent 85a7911 commit 2ae7afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CmfMenuBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function build(ContainerBuilder $container)
3333
realpath(__DIR__.'/Resources/config/doctrine-model') => 'Symfony\Cmf\Bundle\MenuBundle\Model',
3434
realpath(__DIR__.'/Resources/config/doctrine-phpcr') => 'Symfony\Cmf\Bundle\MenuBundle\Doctrine\Phpcr',
3535
],
36-
['cmf_menu.manager_name'],
36+
['cmf_menu.persistence.phpcr.manager_name'],
3737
false,
3838
['CmfMenuBundle' => 'Symfony\Cmf\Bundle\MenuBundle\Doctrine\Phpcr']
3939
)

0 commit comments

Comments
 (0)