mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix: Add wiring for UserProviderInterface.
This commit is contained in:
parent
d1ce6a668c
commit
d66181cf1c
@ -17,7 +17,7 @@ services:
|
||||
chill.main.user_provider:
|
||||
class: Chill\MainBundle\Security\UserProvider\UserProvider
|
||||
|
||||
Symfony\Component\Security\Core\User\UserProviderInterface: chill.main.user_provider
|
||||
Symfony\Component\Security\Core\User\UserProviderInterface: "@chill.main.user_provider"
|
||||
|
||||
Chill\MainBundle\Security\Authorization\ChillExportVoter:
|
||||
arguments:
|
||||
|
Loading…
x
Reference in New Issue
Block a user