Skip to content

Commit

Permalink
forgot to fix service definition (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinansoezen authored Aug 31, 2021
1 parent 6c2b9ad commit addab7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExceptionEnricher/Resources/config/services.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
sblum.exception_enricher:
class: ExceptionEnricher\Processor\ExceptionEnricherProcessor
arguments: ["@request_stack", "@session", "@security.token_storage"]
arguments: ["@request_stack", "@security.token_storage"]
tags:
- { name: monolog.processor }

0 comments on commit addab7d

Please sign in to comment.