mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-24 19:16:15 +00:00
fix: Add wiring for UserProviderInterface.
This commit is contained in:
parent
50f1d3cd10
commit
282539ae6b
@ -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