mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 20:39:40 +00:00
Accompanying Period: set cascade persist on pinnedComment
This commit is contained in:
@@ -257,7 +257,8 @@ class AccompanyingPeriod implements
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @ORM\ManyToOne(
|
* @ORM\ManyToOne(
|
||||||
* targetEntity=Comment::class
|
* targetEntity=Comment::class,
|
||||||
|
* cascade={"persist"},
|
||||||
* )
|
* )
|
||||||
* @Groups({"read"})
|
* @Groups({"read"})
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user