App\Http\Controllers\Back\Auth\ResetPasswordController::sendResetResponse PHP Method

sendResetResponse() protected method

Get the response for a successful password reset.
protected sendResetResponse ( string $response ) : Illuminate\Http\Response
$response string
return Illuminate\Http\Response
    protected function sendResetResponse($response)
    {
        flash()->info(trans($response));
        return redirect($this->redirectPath());
    }