feat: champion roles data seeder

This commit is contained in:
Rico van Zelst
2023-11-02 13:54:27 +01:00
parent cd6f3412d8
commit 5ee2e0ad68
3 changed files with 47 additions and 1 deletions

View File

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