Skip to content

Commit

Permalink
Fix mapping stupid me
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Jan 27, 2015
1 parent 621a84d commit 30c59fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/doctrine/ZfrCash.Entity.Subscription.dcm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<join-column on-delete="CASCADE" />
</many-to-one>

<one-to-one field="discount" target-entity="ZfrCash\Entity\SubscriptionDiscount" inversed-by="discount">
<one-to-one field="discount" target-entity="ZfrCash\Entity\SubscriptionDiscount" inversed-by="subscription">
<cascade>
<cascade-persist />
</cascade>
Expand Down

0 comments on commit 30c59fd

Please sign in to comment.