Merge pull request #644

This commit is contained in:
symfony-flex-server[bot]
2019-06-29 07:54:53 +00:00
committed by GitHub
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,4 @@
crayner_authenticate:
resource: '@CraynerAuthenticateBundle/Resources/config/routes.yaml'
prefix: /security
@@ -0,0 +1,8 @@
{
"bundles": {
"Crayner\\Authenticate\\CraynerAuthenticateBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}