do not add private comment into generated documents

This commit is contained in:
Julien Fastré 2022-05-27 22:24:25 +02:00
parent 3274ecfaec
commit c9ea9112f1

View File

@ -137,7 +137,6 @@ class Activity implements AccompanyingPeriodLinkedWithSocialIssuesEntityInterfac
/** /**
* @ORM\Embedded(class="Chill\MainBundle\Entity\Embeddable\PrivateCommentEmbeddable", columnPrefix="privateComment_") * @ORM\Embedded(class="Chill\MainBundle\Entity\Embeddable\PrivateCommentEmbeddable", columnPrefix="privateComment_")
* @Groups({"docgen:read"})
*/ */
private PrivateCommentEmbeddable $privateComment; private PrivateCommentEmbeddable $privateComment;