Skip to content

Commit ae00de2

Browse files
committed
[Form] Remove duplicated attr option in FormType
1 parent 3859a51 commit ae00de2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Extension/Core/Type/FormType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ public function configureOptions(OptionsResolver $resolver)
178178
// According to RFC 2396 (http://www.ietf.org/rfc/rfc2396.txt)
179179
// section 4.2., empty URIs are considered same-document references
180180
'action' => '',
181-
'attr' => [],
182181
'post_max_size_message' => 'The uploaded file was too large. Please try to upload a smaller file.',
183182
'upload_max_size_message' => $uploadMaxSizeMessage, // internal
184183
'allow_file_upload' => false,

0 commit comments

Comments
 (0)