diff --git a/symfonycasts/reset-password-bundle/1.0/config/packages/reset_password.yaml b/symfonycasts/reset-password-bundle/1.0/config/packages/reset_password.yaml index d878392f..bd37a3a5 100644 --- a/symfonycasts/reset-password-bundle/1.0/config/packages/reset_password.yaml +++ b/symfonycasts/reset-password-bundle/1.0/config/packages/reset_password.yaml @@ -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 \ No newline at end of file + request_password_repository: symfonycasts.reset_password.fake_request_repository diff --git a/symfonycasts/reset-password-bundle/1.0/manifest.json b/symfonycasts/reset-password-bundle/1.0/manifest.json index 42ff14e5..4d1d90cc 100644 --- a/symfonycasts/reset-password-bundle/1.0/manifest.json +++ b/symfonycasts/reset-password-bundle/1.0/manifest.json @@ -1,8 +1,8 @@ { - "bundles": { - "SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle": ["all"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - } -} \ No newline at end of file + "bundles": { + "SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}