fix styling

This commit is contained in:
Jesse Rushlow
2020-03-28 00:33:13 -04:00
parent 94803d818f
commit f1b46f007d
2 changed files with 8 additions and 8 deletions

View File

@@ -2,4 +2,4 @@ symfonycasts_reset_password:
# Replace symfonycasts.reset_password.fake_request_repository with the full
# namespace of the password reset request repository after it has been created.
# i.e. App\Repository\ResetPasswordRequestRepository
request_password_repository: symfonycasts.reset_password.fake_request_repository
request_password_repository: symfonycasts.reset_password.fake_request_repository

View File

@@ -1,8 +1,8 @@
{
"bundles": {
"SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
"bundles": {
"SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}