Resolve "New invoice service" #1669
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