Krucas\LaravelUserEmailVerification\AuthenticatesUsers::getGuard PHP Метод

getGuard() защищенный Метод

Get the guard to be used during verification.
protected getGuard ( ) : string | null
Результат string | null
    protected function getGuard()
    {
        return property_exists($this, 'guard') ? $this->guard : null;
    }
AuthenticatesUsers