Skip to content

Commit

Permalink
fix: Remove unnecessary backslash from service definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Wentz committed Jul 21, 2023
1 parent 1b46361 commit 94eba8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ services:
Brainbits\Blocking\Owner\OwnerFactoryInterface:
class: Brainbits\Blocking\Owner\SymfonySessionOwnerFactory
arguments:
- '@\Symfony\Component\HttpFoundation\RequestStack'
- '@Symfony\Component\HttpFoundation\RequestStack'

0 comments on commit 94eba8a

Please sign in to comment.