1
0
mirror of synced 2025-01-09 18:47:10 +03:00

Merge pull request #1163 from taavit/patch-1

Update xml-mapping.rst
This commit is contained in:
Marco Pivetta 2014-10-17 00:13:28 +02:00
commit f5ecabbc21

View File

@ -776,6 +776,6 @@ entity relationship. You can define this in XML with the "association-key" attri
<field name="value" type="string" />
<many-to-one field="article" target-entity="Article" inversed-by="attributes" />
<entity>
</entity>
</doctrine-mapping>