hot fix: initialize typed comment in CommentEmbeddable

This commit is contained in:
nobohan 2022-01-28 09:47:36 +01:00
parent ab11d3e8b3
commit 87e1f8f077

View File

@ -22,7 +22,7 @@ class CommentEmbeddable
/**
* @ORM\Column(type="text", nullable=true)
*/
private ?string $comment;
private ?string $comment = null;
/**
* @var DateTime