File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111use Symfony \Component \HttpKernel \Event \ExceptionEvent ;
1212use Symfony \Component \HttpKernel \Event \RequestEvent ;
1313use Symfony \Component \HttpKernel \Event \ResponseEvent ;
14+ use Symfony \Component \Serializer \Normalizer \ObjectNormalizer ;
1415use Symfony \Component \Serializer \Serializer ;
1516use Symfony \Component \Serializer \Encoder \JsonEncoder ;
1617use Symfony \Component \Stopwatch \Stopwatch ;
@@ -278,7 +279,7 @@ public function fetchTransferInfos(array $call): array
278279
279280 public function fetchRequestInfos (Request $ request ): array
280281 {
281- $ normalizers = array (new RequestNormalizer ());
282+ $ normalizers = array (new RequestNormalizer (), new ObjectNormalizer () );
282283 $ encoders = array (new JsonEncoder ());
283284 $ serializer = new Serializer ($ normalizers , $ encoders );
284285
You can’t perform that action at this time.
0 commit comments