mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
Update Symfony bundles
This commit is contained in:
committed by
bdalsass
parent
31cc294cc3
commit
25a612da04
@@ -100,7 +100,7 @@ return static function (ContainerConfigurator $container) {
|
||||
|
||||
->set('serializer.normalizer.json_serializable', JsonSerializableNormalizer::class)
|
||||
->args([null, null])
|
||||
->tag('serializer.normalizer', ['priority' => -900])
|
||||
->tag('serializer.normalizer', ['priority' => -950])
|
||||
|
||||
->set('serializer.normalizer.problem', ProblemNormalizer::class)
|
||||
->args([param('kernel.debug')])
|
||||
|
||||
Reference in New Issue
Block a user