Accompanying Period: set cascade persist on pinnedComment

This commit is contained in:
nobohan 2022-03-04 10:34:47 +01:00
parent 1c1dec1f5b
commit 84f2e1c72a

View File

@ -257,7 +257,8 @@ class AccompanyingPeriod implements
/** /**
* @ORM\ManyToOne( * @ORM\ManyToOne(
* targetEntity=Comment::class * targetEntity=Comment::class,
* cascade={"persist"},
* ) * )
* @Groups({"read"}) * @Groups({"read"})
*/ */