Krucas\LaravelUserEmailVerification\VerifiesUsers::getVerificationSuccessResponse PHP Method

getVerificationSuccessResponse() protected method

Get the response for after a successful verification.
protected getVerificationSuccessResponse ( string $response ) : Response
$response string
return Symfony\Component\HttpFoundation\Response
    protected function getVerificationSuccessResponse($response)
    {
        return redirect($this->verificationRedirectPath())->with('status', trans($response));
    }