mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
hot fix: initialize typed comment in CommentEmbeddable
This commit is contained in:
@@ -22,7 +22,7 @@ class CommentEmbeddable
|
||||
/**
|
||||
* @ORM\Column(type="text", nullable=true)
|
||||
*/
|
||||
private ?string $comment;
|
||||
private ?string $comment = null;
|
||||
|
||||
/**
|
||||
* @var DateTime
|
||||
|
Reference in New Issue
Block a user