Browse Source

upgrade symfony/web-profiler-bundle

Vincent 2 năm trước cách đây
mục cha
commit
e55f19c204
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      config/packages/web_profiler.yaml

+ 3 - 1
config/packages/web_profiler.yaml

@@ -4,7 +4,9 @@ when@dev:
         intercept_redirects: false
 
     framework:
-        profiler: { only_exceptions: false }
+        profiler:
+            only_exceptions: false
+            collect_serializer_data: true
 
 when@test:
     web_profiler: