From 88458341ead70a7e1f9cb881abd655a624ba7f67 Mon Sep 17 00:00:00 2001 From: Artem Rodygin Date: Thu, 11 Jan 2018 11:16:57 +1300 Subject: [PATCH] Update service configuration --- webinarium/symfony-lazysec/2.0/config/packages/lazysec.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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'