fix: add emotes to full seeder

This commit is contained in:
Rico van Zelst
2023-11-26 18:25:43 +01:00
parent c11df81e5c
commit bd2b01055f

View File

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