feat: skin chroma data seeder

This commit is contained in:
Rico van Zelst
2023-11-01 09:40:25 +01:00
parent 9bb4de7a76
commit fc2f3af040
3 changed files with 79 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ class DatabaseSeeder extends Seeder
{
$this->call(ChampionSeeder::class);
$this->call(ChampionSkinSeeder::class);
$this->call(SkinChromaSeeder::class);
Log::info('Seeding complete at ' . date('Y-m-d H:i:s'));
}