mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 06:23:18 +00:00
Fix mappedBy value for accounts relation
This commit is contained in:
@@ -121,7 +121,7 @@ class ApiApplication
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ORM\OneToMany(targetEntity="ApiAccount", mappedBy="product", cascade={"remove"})
|
* @ORM\OneToMany(targetEntity="ApiAccount", mappedBy="application", cascade={"remove"})
|
||||||
**/
|
**/
|
||||||
private $accounts;
|
private $accounts;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user