Skip to content

Commit

Permalink
Use command only in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMendolia committed Jul 21, 2024
1 parent cc870e9 commit 011397b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,6 @@ services:
tags:
- { name: kernel.event_listener, event: kernel.request, method: onKernelRequest, priority: 101 }

Symfony\Component\HttpKernel\Profiler\Profiler: '@profiler'
when@dev:
services:
Symfony\Component\HttpKernel\Profiler\Profiler: '@profiler'

0 comments on commit 011397b

Please sign in to comment.