Skip to content

Commit

Permalink
Merge pull request #1502 from FriendsOfSymfony/Ener-Getick-patch-1
Browse files Browse the repository at this point in the history
Decrease FormErrorNormalizer priority
  • Loading branch information
GuilhemN committed May 27, 2016
2 parents ac34327 + 2b54cec commit 8aa6070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/serializer.xml
Expand Up @@ -20,7 +20,7 @@
<!-- Normalizes FormInterface when using the symfony serializer -->
<service id="fos_rest.serializer.form_error_normalizer" class="FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer" public="false">
<argument type="service" id="translator" />
<tag name="serializer.normalizer" />
<tag name="serializer.normalizer" priority="-10" />
</service>
</services>
</container>

0 comments on commit 8aa6070

Please sign in to comment.