1
0
mirror of synced 2025-01-19 15:01:40 +03:00

Update xml-mapping.rst

Fixed closing entity tag.
This commit is contained in:
Dawid Królak 2014-10-17 00:11:56 +02:00
parent 35d4405727
commit 143f87960e

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>