App\services\Lastfm::used PHP Method

used() public method

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