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'],
|
||||
'color' => $article['color'],
|
||||
'costs' => $article['costs'],
|
||||
'give_rank' => $article['give_rank'] ?? null,
|
||||
'credits' => $article['credits'] ?? null,
|
||||
'duckets' => $article['duckets'] ?? null,
|
||||
'diamonds' => $article['diamonds'] ?? null,
|
||||
'badges' => $article['badges'] ?? null,
|
||||
'furniture' => $article['furniture'] ?? null,
|
||||
'give_rank' => $article['give_rank'],
|
||||
'credits' => $article['credits'],
|
||||
'duckets' => $article['duckets'],
|
||||
'diamonds' => $article['diamonds'],
|
||||
'badges' => $article['badges'],
|
||||
'furniture' => $article['furniture'],
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user