Skip to content

Commit

Permalink
OP-480 - Change relation orphan
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPalen committed Aug 23, 2024
1 parent 50becf4 commit 240ae76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/doctrine/ShippingGateway.orm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
</join-table>
</many-to-many>

<one-to-many field="shippingExports" target-entity="BitBag\SyliusShippingExportPlugin\Entity\ShippingExportInterface" mapped-by="shippingGateway" orphan-removal="true"/>
<one-to-many field="shippingExports" target-entity="BitBag\SyliusShippingExportPlugin\Entity\ShippingExportInterface" mapped-by="shippingGateway"/>
</mapped-superclass>
</doctrine-mapping>

0 comments on commit 240ae76

Please sign in to comment.