mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 00:56:24 +03:00
14 lines
240 B
YAML
14 lines
240 B
YAML
when@dev:
|
|
web_profiler:
|
|
toolbar: true
|
|
|
|
framework:
|
|
profiler:
|
|
collect_serializer_data: true
|
|
|
|
when@test:
|
|
framework:
|
|
profiler:
|
|
collect: false
|
|
collect_serializer_data: true
|