[Form] Fix the FormTypeValidatorExtension (required by PR 3923)

This commit is contained in:
Victor Berchet 2012-04-18 18:43:28 +02:00
parent 065632b059
commit 99ec873134

View File

@ -134,7 +134,7 @@
<!-- FormTypeValidatorExtension -->
<service id="form.type_extension.field" class="Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension">
<tag name="form.type_extension" alias="field" />
<tag name="form.type_extension" alias="form" />
<argument type="service" id="validator" />
</service>
</services>