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

Commit 40c2f71

Browse files
committed
Fix XML mapping
Fixes #670
1 parent 6e7db93 commit 40c2f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/seo/seo_aware.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ After you've enabled PHPCR, map your seoMetadata as a child:
132132
>
133133
<document name="Acme\SiteBundle\Document\Page">
134134
<!-- ... -->
135-
<child fieldName="seoMetadata" />
135+
<child name="seoMetadata" />
136136
</document>
137137
</doctrine-mapping>
138138

0 commit comments

Comments
 (0)