We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d863b68 commit 7861a6dCopy full SHA for 7861a6d
src/Form/CommentType.php
@@ -43,7 +43,6 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
43
$builder
44
->add('content', TextareaType::class, [
45
'help' => 'help.comment_content',
46
- 'formaction' => 'foo',
47
])
48
;
49
}
0 commit comments