Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fcd319 commit ea5b1f4Copy full SHA for ea5b1f4
src/Symfony/Bundle/FrameworkBundle/Resources/config/form.xml
@@ -93,6 +93,7 @@
93
<deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
94
</service>
95
<service id="form.type.file" class="Symfony\Component\Form\Extension\Core\Type\FileType" public="true">
96
+ <tag name="form.type" />
97
<argument type="service" id="translator" on-invalid="ignore" />
98
99
<service id="form.type.hidden" class="Symfony\Component\Form\Extension\Core\Type\HiddenType" public="true">
0 commit comments