rdv: MR comment

This commit is contained in:
Julien Fastré 2021-07-23 08:13:04 +00:00 committed by nobohan
parent 29c2ed3ce8
commit ccd5ac74fd

View File

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