mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
notification: fix type for id
This commit is contained in:
parent
a0b112e8db
commit
5a5ff5f54a
@ -51,7 +51,7 @@ class Notification
|
||||
* @ORM\GeneratedValue
|
||||
* @ORM\Column(type="integer")
|
||||
*/
|
||||
private int $id;
|
||||
private ?int $id = null;
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="text")
|
||||
|
Loading…
x
Reference in New Issue
Block a user