rdv: MR comment

This commit is contained in:
Julien Fastré 2021-07-23 08:12:50 +00:00 committed by nobohan
parent d49fd9738b
commit 4c17ce7926

View File

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