Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
collect_serializer_data
false
1 parent 534c143 commit 603a9f2Copy full SHA for 603a9f2
Tests/Functional/app/FirewallEntryPoint/config.yml
@@ -17,7 +17,9 @@ framework:
17
cookie_samesite: lax
18
php_errors:
19
log: true
20
- profiler: { only_exceptions: false }
+ profiler:
21
+ only_exceptions: false
22
+ collect_serializer_data: true
23
24
services:
25
logger: { class: Psr\Log\NullLogger }
Tests/Functional/app/config/framework.yml
@@ -18,7 +18,9 @@ framework:
26
0 commit comments