mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-07 02:30:49 +01:00
feat: skin chroma data seeder
This commit is contained in:
@@ -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'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user