ProducersIndexer: bugfix

This commit is contained in:
Irfan 2022-07-28 01:56:26 +05:00
parent 1ecd9d514f
commit 905fbd9376

View File

@ -154,7 +154,7 @@ class ProducersIndexer extends Command
)['producers'];
foreach ($producers as $producer) {
$this->ids[] = $producer->mal_id;
$this->ids[] = $producer['mal_id'];
}
Storage::put('indexer/producers_mal_id.json', json_encode($this->ids));