🆙 More fixes 🆙

This commit is contained in:
Remco
2026-01-19 21:59:18 +01:00
parent dc948ec268
commit b1c6f77b84
@@ -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'],
]);
}
}