mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Simplify service configuration
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
services:
|
||||
_defaults:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
public: false
|
||||
|
||||
# See https://github.com/webinarium/symfony-lazysec/wiki/User-provider
|
||||
LazySec\Provider\GenericUserProvider: ~
|
||||
LazySec\Provider\GenericUserProvider:
|
||||
autowire: true
|
||||
public: false
|
||||
|
||||
Reference in New Issue
Block a user