App\Services\Access\Access::guest PHP Method

guest() public method

Return if the current session user is a guest or not
public guest ( ) : mixed
return mixed
    public function guest()
    {
        return auth()->guest();
    }