Update skinning with more flexible theme module
This commit is contained in:
@@ -22,6 +22,6 @@ class ForgotPasswordController extends Controller
|
||||
*/
|
||||
public function showLinkRequestForm()
|
||||
{
|
||||
return $this->view('auth.passwords.email');
|
||||
return view('auth.passwords.email');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user