App\services\Lastfm::used PHP 메소드

used() 공개 메소드

Determine if our application is using Last.fm.
public used ( ) : boolean
리턴 boolean
    public function used()
    {
        return config('koel.lastfm.key') && config('koel.lastfm.secret');
    }