cache->remember('latestKoelVersion', now()->addDay(), function (): string { return json_decode($this->client->get('https://api.github.com/repos/koel/koel/tags')->getBody())[0] ->name; }); }) ?? koel_version(); } }