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.
2 parents a0d35f5 + 934203e commit ed15cbfCopy full SHA for ed15cbf
Resources/config/form.xml
@@ -69,6 +69,7 @@
69
<service id="form.type.choice" class="Symfony\Component\Form\Extension\Core\Type\ChoiceType">
70
<tag name="form.type" />
71
<argument type="service" id="form.choice_list_factory"/>
72
+ <argument type="service" id="translator" on-invalid="ignore" />
73
</service>
74
<service id="form.type.file" class="Symfony\Component\Form\Extension\Core\Type\FileType" public="true">
75
0 commit comments