Skip to content

Commit

Permalink
Merge pull request #18 from kortwotze/patch-1
Browse files Browse the repository at this point in the history
Fixed targetEntity in Wishlist entity
  • Loading branch information
bitbager authored Jun 26, 2019
2 parents a030e15 + d86dfeb commit 1208dcd
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 @@ -19,7 +19,7 @@
</one-to-many>

<!-- @TODO: Change the target entity reference once resolved: https://github.com/Sylius/Sylius/issues/9360 -->
<one-to-one field="shopUser" target-entity="Sylius\Component\Core\Model\ShopUser">
<one-to-one field="shopUser" target-entity="Sylius\Component\Core\Model\ShopUserInterface">
<join-column name="shop_user_id" referenced-column-name="id" nullable="true" />
</one-to-one>

Expand Down

0 comments on commit 1208dcd

Please sign in to comment.