327 pinned comment

This commit is contained in:
2022-01-10 20:55:37 +00:00
committed by Julien Fastré
parent 01d51da7e1
commit b153fc19f6
10 changed files with 328 additions and 136 deletions

View File

@@ -24,7 +24,9 @@ class AccompanyingCourseCommentType extends AbstractType
*/
public function buildForm(FormBuilderInterface $builder, array $options)
{
$builder->add('content', ChillTextareaType::class, []);
$builder->add('content', ChillTextareaType::class, [
'required' => false,
]);
}
/**