fix: Add wiring for UserProviderInterface.

This commit is contained in:
Pol Dellaiera 2021-08-17 17:48:02 +02:00 committed by Marc Ducobu
parent d1ce6a668c
commit d66181cf1c

View File

@ -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: