rdv: MR comment

This commit is contained in:
2021-07-23 08:12:36 +00:00
committed by nobohan
parent 892e43d195
commit d49fd9738b

View File

@@ -63,7 +63,7 @@ class Calendar
* @ORM\JoinTable(name="chill_calendar.calendar_to_persons")
* @Groups({"read"})
*/
private ?Collection $persons = null;
private Collection $persons;
/**
*