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

Commit 55f2aca

Browse files
committed
Merge pull request #448 from symfony-cmf/fix-odm-typo
fix typo in yml service config
2 parents 116d168 + dcf6285 commit 55f2aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/phpcr_odm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ A service to use the generic initializer looks like this:
656656
class: Doctrine\Bundle\PHPCRBundle\Initializer\GenericInitializer
657657
arguments:
658658
- { "%acme.content_basepath%", "%acme.menu_basepath%" }
659-
- { "%acme.cnd%" }
659+
- "%acme.cnd%"
660660
tags:
661661
- { name: "doctrine_phpcr.initializer" }
662662

0 commit comments

Comments
 (0)