rdv: connect fullcalendar vue component to startDate and endDate fields

This commit is contained in:
nobohan
2021-07-23 15:54:30 +02:00
parent cc3e7f54a7
commit 5181098339
7 changed files with 50 additions and 21 deletions

View File

@@ -125,7 +125,7 @@ class Calendar
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private boolean $sendSMS;
private ?bool $sendSMS;
public function __construct()
{