rdv: MR comment

This commit is contained in:
Julien Fastré 2021-07-23 08:12:36 +00:00 committed by juminet
parent 00598b3fb4
commit 9c136d80d0

View File

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