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