Skip to content

Commit

Permalink
Merge pull request #9 from dpk125/fix-shipping-export-shipment-target…
Browse files Browse the repository at this point in the history
…-entity

Use ShipmentInterface in ShippingExport's ORM mapping
  • Loading branch information
bitbager authored Aug 1, 2018
2 parents 9d7f54c + 2af3516 commit fce02d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/doctrine/ShippingExport.orm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ BitBag\SyliusShippingExportPlugin\Entity\ShippingExport:
nullable: true
oneToOne:
shipment:
targetEntity: Sylius\Component\Core\Model\Shipment
targetEntity: Sylius\Component\Shipping\Model\ShipmentInterface
joinColumn:
name: shipment_id
referencedColumnName: id
Expand Down

0 comments on commit fce02d4

Please sign in to comment.