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 ac34327 + 2b54cec commit 8aa6070Copy full SHA for 8aa6070
Resources/config/serializer.xml
@@ -20,7 +20,7 @@
20
<!-- Normalizes FormInterface when using the symfony serializer -->
21
<service id="fos_rest.serializer.form_error_normalizer" class="FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer" public="false">
22
<argument type="service" id="translator" />
23
- <tag name="serializer.normalizer" />
+ <tag name="serializer.normalizer" priority="-10" />
24
</service>
25
</services>
26
</container>
0 commit comments