Update service configuration

This commit is contained in:
Artem Rodygin
2018-01-11 11:16:57 +13:00
parent 248276c772
commit 88458341ea

View File

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