Skip to content

Commit

Permalink
Merge pull request #158 from NeilPeyssard/master
Browse files Browse the repository at this point in the history
Fix wishlist entity definition
  • Loading branch information
pbalcerzak authored Sep 28, 2022
2 parents b515205 + ce766bf commit 89c63ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/doctrine/Wishlist.orm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<join-column name="shop_user_id" referenced-column-name="id" nullable="true" on-delete="CASCADE" />
</many-to-one>

<many-to-one field="channel" target-entity="Sylius\Component\Channel\Model\Channel">
<many-to-one field="channel" target-entity="Sylius\Component\Channel\Model\ChannelInterface">
<join-column name="channel_id" on-delete="CASCADE" />
</many-to-one>

Expand Down

0 comments on commit 89c63ba

Please sign in to comment.