Fix mapping for customer user to session #730
This commit is contained in:
parent
8e53a3bb19
commit
5f4e6b1ad9
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class CustomerUser extends BaseUser
|
|||
|
||||
// mobile sessions linked to this customer
|
||||
/**
|
||||
* @ORM\OneToMany(targetEntity="CustomerSession", mappedBy="customer")
|
||||
* @ORM\OneToMany(targetEntity="CustomerSession", mappedBy="customer_user")
|
||||
*/
|
||||
protected $sessions;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue