rdv: MR comment

This commit is contained in:
Julien Fastré 2021-07-23 08:13:04 +00:00 committed by juminet
parent 301c8237c4
commit 76098e02e6

View File

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