add sms on calendar list

This commit is contained in:
2022-06-30 21:40:40 +02:00
parent 18be028a87
commit 014e281d13
5 changed files with 43 additions and 9 deletions

View File

@@ -175,7 +175,7 @@ class Calendar implements TrackCreationInterface, TrackUpdateInterface
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private ?bool $sendSMS = null;
private ?bool $sendSMS = false;
/**
* @ORM\Column(type="text", nullable=false, options={"default": Calendar::SMS_PENDING})