Skip to content

Commit

Permalink
Merge branch '7.1' into 7.2
Browse files Browse the repository at this point in the history
* 7.1:
  [Serializer] fix default context in Serializer
  • Loading branch information
fabpot committed Jan 29, 2025
2 parents 5834042 + 1eae7a4 commit d37a43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/serializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

$container->services()
->set('serializer', Serializer::class)
->args([[], []])
->args([[], [], []])

->alias(SerializerInterface::class, 'serializer')
->alias(NormalizerInterface::class, 'serializer')
Expand Down

0 comments on commit d37a43d

Please sign in to comment.