🆙 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'], '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'],
]); ]);
} }
} }