Skip to content

Commit

Permalink
Better implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
tchapi committed Jul 27, 2024
1 parent 2798be7 commit c5bf8e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 8 additions & 0 deletions config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,11 @@ services:
App\Logging\Monolog\PasswordFilterProcessor:
tags:
- { name: monolog.processor }

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

when@test:
services:
Symfony\Component\HttpKernel\Profiler\Profiler: '@profiler'
2 changes: 0 additions & 2 deletions config/services_dev.yaml

This file was deleted.

0 comments on commit c5bf8e9

Please sign in to comment.