Krucas\LaravelUserEmailVerification\VerifiesUsers::getResendLinkEmailSuccessResponse PHP Method

getResendLinkEmailSuccessResponse() protected method

Get the response for after the link has been successfully sent.
protected getResendLinkEmailSuccessResponse ( string $response ) : Response
$response string
return Symfony\Component\HttpFoundation\Response
    protected function getResendLinkEmailSuccessResponse($response)
    {
        return redirect()->back()->with('status', trans($response));
    }