fix: Add wiring for UserProviderInterface.

This commit is contained in:
Pol Dellaiera 2021-08-17 17:48:02 +02:00
parent 50f1d3cd10
commit 282539ae6b

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: