App\services\Lastfm::used PHP Méthode

used() public méthode

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