Skip to content

Commit

Permalink
[Serializer] Fixed BackedEnumNormalizer priority for translatable enum
Browse files Browse the repository at this point in the history
  • Loading branch information
IndraGunawan committed Mar 17, 2024
1 parent c0ecee0 commit fc827ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,6 @@
])

->set('serializer.normalizer.backed_enum', BackedEnumNormalizer::class)
->tag('serializer.normalizer', ['priority' => -915])
->tag('serializer.normalizer', ['priority' => -880])
;
};

0 comments on commit fc827ce

Please sign in to comment.