App\Services\Access\Access::guest PHP 메소드

guest() 공개 메소드

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