Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 8ecc03d

Browse files
authored
Merge pull request #35 from modulusphp/feature/request-cleanup-update
Feature/request cleanup update
2 parents 6d5318b + 6710121 commit 8ecc03d

8 files changed

Lines changed: 538 additions & 491 deletions

File tree

Controllers/Auth/ForgotPasswordController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ protected function success($verified)
8787
*/
8888
public function showForgotPasswordPage()
8989
{
90-
View::make('app.auth.password.forgot');
90+
return View::make('app.auth.password.forgot');
9191
}
9292

9393
/**
@@ -97,7 +97,7 @@ public function showForgotPasswordPage()
9797
*/
9898
public function showResetPasswordPage()
9999
{
100-
View::make('app.auth.password.reset');
100+
return View::make('app.auth.password.reset');
101101
}
102102

103103
/**

0 commit comments

Comments
 (0)