mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
fix: add emotes to full seeder
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user