Skip to content

Commit

Permalink
Remove unneeded doctrine config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zales0123 committed Jan 13, 2020
1 parent 67b99b6 commit 592d598
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/Resources/config/doctrine/CreditMemo.orm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<join-column name="channel_id" referenced-column-name="id" nullable="true" />
</many-to-one>

<many-to-one field="order" target-entity="Sylius\Component\Core\Model\OrderInterface">
<many-to-one field="order" target-entity="Sylius\Component\Order\Model\OrderInterface">
<join-column name="order_id" referenced-column-name="id" nullable="true" />
</many-to-one>

Expand Down
3 changes: 0 additions & 3 deletions tests/Application/config/packages/doctrine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@ doctrine:
charset: UTF8

url: '%env(resolve:DATABASE_URL)%'
orm:
resolve_target_entities:
Sylius\Component\Core\Model\OrderInterface: Sylius\Component\Core\Model\Order

0 comments on commit 592d598

Please sign in to comment.