cascade remove persist on links
This commit is contained in:
parent
2ca24375e4
commit
7abf46af70
@ -29,7 +29,7 @@ class DDC117Article
|
||||
private $translations;
|
||||
|
||||
/**
|
||||
* @OneToMany(targetEntity="DDC117Link", mappedBy="source", indexBy="target_id")
|
||||
* @OneToMany(targetEntity="DDC117Link", mappedBy="source", indexBy="target_id", cascade={"persist", "remove"})
|
||||
*/
|
||||
private $links;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user