Closed HDVinnie closed 3 years ago
This may was a temporary problem with the IGDB API as I tested it just now and it is working fine. I reproduced your scenario with the following code:
$platforms = collect([['id' => 6], ['id' => 48], ['id' => 49], ['id' => 130]])->pluck('id');
MarcReichel\IGDBLaravel\Models\PlatformLogo::whereIn('id', $platforms->toArray())->get();
Using latest version.