Skip to content

Commit dcce4f1

Browse files
authored
Merge pull request #23 from temp/fix/fix-owner-factory
fix: Remove unnecessary backslash from service definition
2 parents 1b46361 + 94eba8a commit dcce4f1

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)