Skip to content

Commit

Permalink
Fixed association class
Browse files Browse the repository at this point in the history
  • Loading branch information
ojhaujjwal committed Aug 21, 2014
1 parent fe4ac56 commit 8b1606b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<many-to-one field="user" target-entity="Hrevert\OauthClient\Model\UserInterface" fetch="EAGER">
<join-column name="user_id" referenced-column-name="id" on-delete="CASCADE" />
</many-to-one>
<many-to-one field="provider" target-entity="Hrevert\OauthClient\Model\Provider" fetch="EAGER">
<many-to-one field="provider" target-entity="Hrevert\OauthClient\Entity\Provider" fetch="EAGER">
<join-column name="provider_id" referenced-column-name="id" on-delete="CASCADE" />
</many-to-one>
<field name="providerUid" column="provider_uid" type="string" length="255" nullable="false"/>
Expand Down

0 comments on commit 8b1606b

Please sign in to comment.