We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c679d1b commit 69ece00Copy full SHA for 69ece00
docs/en/reference/association-mapping.rst
@@ -1426,7 +1426,7 @@ Is essentially the same as following:
1426
<doctrine-mapping>
1427
<entity class="Product">
1428
<one-to-one field="shipment" target-entity="Shipment">
1429
- <join-column name="shipment_id" referenced-column-name="id" nulable=false />
+ <join-column name="shipment_id" referenced-column-name="id" nullable=false />
1430
</one-to-one>
1431
</entity>
1432
</doctrine-mapping>
0 commit comments