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

Commit dcf6285

Browse files
committed
fix typo in yml service config
1 parent 116d168 commit dcf6285

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)