mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Merge pull request #393
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
|
||||
# See https://github.com/webinarium/symfony-lazysec/wiki/User-checker
|
||||
LazySec\Checker\GenericUserChecker:
|
||||
autowire: true
|
||||
public: false
|
||||
|
||||
# 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'
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user