Skip to content

Commit 83a0edd

Browse files
committed
merged branch vicb/FormTypeValidatorExtension_fix (PR #3984)
Commits ------- 99ec873 [Form] Fix the FormTypeValidatorExtension (required by PR 3923) Discussion ---------- [Form] Fix the FormTypeValidatorExtension (required by PR 3923) Thanks to @JRFISH for the fix (#3983)
2 parents 065632b + 99ec873 commit 83a0edd

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)