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 6c405a6 + 6c5a540 commit ac34327Copy full SHA for ac34327
Resources/config/exception_listener.xml
@@ -39,7 +39,7 @@
39
<service id="fos_rest.serializer.exception_normalizer.symfony" class="FOS\RestBundle\Serializer\Normalizer\ExceptionNormalizer" public="false">
40
<argument type="service" id="fos_rest.exception.messages_map" /> <!-- exception messages -->
41
<argument /><!-- show exception message -->
42
- <tag name="serializer.normalizer" />
+ <tag name="serializer.normalizer" priority="-10" />
43
</service>
44
</services>
45
</container>
0 commit comments