Skip to content

Commit addab7d

Browse files
authored
forgot to fix service definition (#4)
1 parent 6c2b9ad commit addab7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
sblum.exception_enricher:
33
class: ExceptionEnricher\Processor\ExceptionEnricherProcessor
4-
arguments: ["@request_stack", "@session", "@security.token_storage"]
4+
arguments: ["@request_stack", "@security.token_storage"]
55
tags:
66
- { name: monolog.processor }

0 commit comments

Comments
 (0)