Skip to content

Commit 7861a6d

Browse files
committed
Fix an exception in CommentType
1 parent d863b68 commit 7861a6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Form/CommentType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
4343
$builder
4444
->add('content', TextareaType::class, [
4545
'help' => 'help.comment_content',
46-
'formaction' => 'foo',
4746
])
4847
;
4948
}

0 commit comments

Comments
 (0)