mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 22:13:13 +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;
|
||||
|
||||
|
Reference in New Issue
Block a user