Skip to content

Commit 94eba8a

Browse files
author
Stephan Wentz
committed
fix: Remove unnecessary backslash from service definition
1 parent 1b46361 commit 94eba8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bundle/Resources/config/owner_factory/symfony_session.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ services:
22
Brainbits\Blocking\Owner\OwnerFactoryInterface:
33
class: Brainbits\Blocking\Owner\SymfonySessionOwnerFactory
44
arguments:
5-
- '@\Symfony\Component\HttpFoundation\RequestStack'
5+
- '@Symfony\Component\HttpFoundation\RequestStack'

0 commit comments

Comments
 (0)