rdv: MR comment

This commit is contained in:
2021-07-23 08:12:57 +00:00
committed by juminet
parent ce126573ec
commit 301c8237c4

View File

@@ -83,7 +83,7 @@ class Calendar
* @ORM\JoinTable(name="chill_calendar.calendar_to_invites")
* @Groups({"read"})
*/
private ?Collection $invites = null;
private Collection $invites;
/**
* @ORM\Embedded(class=CommentEmbeddable::class, columnPrefix="comment_")