fix controller loading and add UserMenu entry

This commit is contained in:
2021-12-25 20:47:54 +01:00
parent 6a0ce72836
commit e972beee11
3 changed files with 39 additions and 16 deletions

View File

@@ -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")