fix: seeder

This commit is contained in:
Rico van Zelst
2023-11-15 13:59:41 +01:00
parent cea55e776c
commit 6331dd3531

View File

@@ -18,6 +18,7 @@ class DatabaseSeeder extends Seeder
$this->call(ChampionSkinSeeder::class);
$this->call(SkinChromaSeeder::class);
$this->call(ChampionRolesSeeder::class);
$this->call(SummonerIconSeeder::class);
Cache::flush();