tag the FileType service as a form type

This commit is contained in:
Christian Flothmann 2019-06-20 12:19:18 +02:00
parent 6fcd319d78
commit ea5b1f4d67
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@
<deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
</service>
<service id="form.type.file" class="Symfony\Component\Form\Extension\Core\Type\FileType" public="true">
<tag name="form.type" />
<argument type="service" id="translator" on-invalid="ignore" />
</service>
<service id="form.type.hidden" class="Symfony\Component\Form\Extension\Core\Type\HiddenType" public="true">