Merge pull request #393

This commit is contained in:
symfony-flex-server[bot]
2018-06-16 08:09:42 +00:00
committed by GitHub
2 changed files with 20 additions and 0 deletions
@@ -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%/"
}
}