mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
fix controller loading and add UserMenu entry
This commit is contained in:
@@ -48,7 +48,7 @@ class Notification
|
||||
/**
|
||||
* @ORM\Column(type="text")
|
||||
*/
|
||||
private string $message;
|
||||
private string $message = '';
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="json")
|
||||
@@ -58,7 +58,7 @@ class Notification
|
||||
/**
|
||||
* @ORM\Column(type="string", length=255)
|
||||
*/
|
||||
private string $relatedEntityClass;
|
||||
private string $relatedEntityClass = '';
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="integer")
|
||||
|
Reference in New Issue
Block a user