Skip to content

Commit

Permalink
tag the FileType service as a form type
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Jun 20, 2019
1 parent 6fcd319 commit ea5b1f4
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -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">
Expand Down

0 comments on commit ea5b1f4

Please sign in to comment.