mirror of
https://github.com/symfony/recipes.git
synced 2026-09-19 19:16:25 +03:00
12 lines
161 B
YAML
12 lines
161 B
YAML
when@dev:
|
|
web_profiler:
|
|
toolbar: true
|
|
|
|
framework:
|
|
profiler: true
|
|
|
|
when@test:
|
|
framework:
|
|
profiler:
|
|
collect: false
|