App\Http\Controllers\Auth\ForgotPasswordController::showLinkRequestForm PHP Method

showLinkRequestForm() public method

Show the recover password form.
public showLinkRequestForm ( ) : void
return void
    public function showLinkRequestForm()
    {
        return view('auth.password');
    }
ForgotPasswordController