Skip to content

Commit

Permalink
fix profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
tchapi committed May 31, 2024
1 parent 35b52a0 commit 5a67337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ services:
autowire: true # Automatically injects dependencies in your services.
autoconfigure: true # Automatically registers your services as commands, event subscribers, etc.

Symfony\Component\HttpKernel\Profiler\Profiler: '@profiler'

# makes classes in src/ available to be used as services
# this creates a service per class whose id is the fully-qualified class name
App\:
Expand Down
2 changes: 2 additions & 0 deletions config/services_dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
services:
Symfony\Component\HttpKernel\Profiler\Profiler: '@profiler'

0 comments on commit 5a67337

Please sign in to comment.