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