diff --git a/webinarium/symfony-lazysec/2.0/config/packages/lazysec.yaml b/webinarium/symfony-lazysec/2.0/config/packages/lazysec.yaml index 6dd21623..2c9c1498 100644 --- a/webinarium/symfony-lazysec/2.0/config/packages/lazysec.yaml +++ b/webinarium/symfony-lazysec/2.0/config/packages/lazysec.yaml @@ -1,5 +1,10 @@ services: + # See https://github.com/webinarium/symfony-lazysec/wiki/User-provider LazySec\Provider\GenericUserProvider: autowire: true public: false + + # Uncomment the line below and update path to your repository there, + # if you want use the 'GenericUserProvider' service from above + #LazySec\Repository\UserRepositoryInterface: '@App\Repository\UserRepository'