Skip to content

Commit f1b46f0

Browse files
committed
fix styling
1 parent 94803d8 commit f1b46f0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

symfonycasts/reset-password-bundle/1.0/config/packages/reset_password.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ symfonycasts_reset_password:
22
# Replace symfonycasts.reset_password.fake_request_repository with the full
33
# namespace of the password reset request repository after it has been created.
44
# i.e. App\Repository\ResetPasswordRequestRepository
5-
request_password_repository: symfonycasts.reset_password.fake_request_repository
5+
request_password_repository: symfonycasts.reset_password.fake_request_repository
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"bundles": {
3-
"SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle": ["all"]
4-
},
5-
"copy-from-recipe": {
6-
"config/": "%CONFIG_DIR%/"
7-
}
8-
}
2+
"bundles": {
3+
"SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
}
8+
}

0 commit comments

Comments
 (0)