Add CommentEmbeddable to Activity (Ref #21)

This commit is contained in:
Jean-Francois Monfort
2021-03-11 14:28:14 +01:00
parent 63dedb90f9
commit 354a202d06
2 changed files with 13 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ class CommentType extends AbstractType
{
$builder
->add('comment', TextareaType::class, [
'label' => false,
])
;