From 960bac8c377787ed87d6cdbd68265bcb3ebc7694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 3 Sep 2021 16:05:45 +0200 Subject: [PATCH] create alias for RoleProvider for allowing autowiring --- src/Bundle/ChillMainBundle/config/services/security.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Bundle/ChillMainBundle/config/services/security.yaml b/src/Bundle/ChillMainBundle/config/services/security.yaml index 405dce19b..9925f972c 100644 --- a/src/Bundle/ChillMainBundle/config/services/security.yaml +++ b/src/Bundle/ChillMainBundle/config/services/security.yaml @@ -39,6 +39,7 @@ services: chill.main.role_provider: class: Chill\MainBundle\Security\RoleProvider + Chill\MainBundle\Security\RoleProvider: '@chill.main.role_provider' chill.main.user_provider: class: Chill\MainBundle\Security\UserProvider\UserProvider