8000 [Form] Fix the FormTypeValidatorExtension (required by PR 3923) · symfony/symfony@99ec873 · GitHub
[go: up one dir, main page]

Skip to content

Commit 99ec873

Browse files
committed
[Form] Fix the FormTypeValidatorExtension (required by PR 3923)
1 parent 065632b commit 99ec873

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Bundle/FrameworkBundle/Resources/config

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/form.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134

135135
<!-- FormTypeValidatorExtension -->
136136
<service id="form.type_extension.field" class="Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension">
137-
<tag name="form.type_extension" alias="field" />
137+
<tag name="form.type_extension" alias="form" />
138138
<argument type="service" id="validator" />
139139
</service>
140140
</services>

0 commit comments

Comments
 (0)
0