rdv: MR comment

This commit is contained in:
2021-07-23 08:12:57 +00:00
committed by nobohan
parent 4c17ce7926
commit 29c2ed3ce8

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_")