mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Update service configuration
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user