notification: fix type for id

This commit is contained in:
Julien Fastré 2021-12-28 23:32:11 +01:00
parent a0b112e8db
commit 5a5ff5f54a

View File

@ -51,7 +51,7 @@ class Notification
* @ORM\GeneratedValue * @ORM\GeneratedValue
* @ORM\Column(type="integer") * @ORM\Column(type="integer")
*/ */
private int $id; private ?int $id = null;
/** /**
* @ORM\Column(type="text") * @ORM\Column(type="text")