mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Accompanying Period: set cascade persist on pinnedComment
This commit is contained in:
parent
1c1dec1f5b
commit
84f2e1c72a
@ -257,7 +257,8 @@ class AccompanyingPeriod implements
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @ORM\ManyToOne(
|
* @ORM\ManyToOne(
|
||||||
* targetEntity=Comment::class
|
* targetEntity=Comment::class,
|
||||||
|
* cascade={"persist"},
|
||||||
* )
|
* )
|
||||||
* @Groups({"read"})
|
* @Groups({"read"})
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user