Krucas\LaravelUserEmailVerification\RegistersUsers::getEmailSubject PHP Method

getEmailSubject() protected method

Get the e-mail subject line to be used for the reset link email.
protected getEmailSubject ( ) : string
return string
    protected function getEmailSubject()
    {
        return trans('verification::verification.subject');
    }