mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +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)
|
* @ORM\Column(type="text", nullable=true)
|
||||||
*/
|
*/
|
||||||
private ?string $comment;
|
private ?string $comment = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var DateTime
|
* @var DateTime
|
||||||
|
Loading…
x
Reference in New Issue
Block a user