diff --git a/src/Bundle/ChillMainBundle/Entity/Embeddable/CommentEmbeddable.php b/src/Bundle/ChillMainBundle/Entity/Embeddable/CommentEmbeddable.php index 3d5176860..61ebce10b 100644 --- a/src/Bundle/ChillMainBundle/Entity/Embeddable/CommentEmbeddable.php +++ b/src/Bundle/ChillMainBundle/Entity/Embeddable/CommentEmbeddable.php @@ -22,7 +22,7 @@ class CommentEmbeddable /** * @ORM\Column(type="text", nullable=true) */ - private ?string $comment; + private ?string $comment = null; /** * @var DateTime