You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 More fixes 🆙
This commit is contained in:
@@ -118,12 +118,12 @@ class WebsiteShopArticleSeeder extends Seeder
|
|||||||
'icon_url' => $article['icon_url'],
|
'icon_url' => $article['icon_url'],
|
||||||
'color' => $article['color'],
|
'color' => $article['color'],
|
||||||
'costs' => $article['costs'],
|
'costs' => $article['costs'],
|
||||||
'give_rank' => $article['give_rank'] ?? null,
|
'give_rank' => $article['give_rank'],
|
||||||
'credits' => $article['credits'] ?? null,
|
'credits' => $article['credits'],
|
||||||
'duckets' => $article['duckets'] ?? null,
|
'duckets' => $article['duckets'],
|
||||||
'diamonds' => $article['diamonds'] ?? null,
|
'diamonds' => $article['diamonds'],
|
||||||
'badges' => $article['badges'] ?? null,
|
'badges' => $article['badges'],
|
||||||
'furniture' => $article['furniture'] ?? null,
|
'furniture' => $article['furniture'],
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user