rdv: MR comment

This commit is contained in:
Julien Fastré 2021-07-23 08:12:25 +00:00 committed by nobohan
parent fe3cbdadab
commit 892e43d195

View File

@ -37,7 +37,7 @@ class Calendar
* @ORM\GeneratedValue
* @ORM\Column(type="integer")
*/
private $id;
private ?int $id;
/**
* @ORM\ManyToOne(targetEntity="Chill\MainBundle\Entity\User")