feat: champion skin data seeder

This commit is contained in:
Rico van Zelst
2023-10-31 10:20:33 +01:00
parent dc4617c576
commit ea879a8c70
5 changed files with 111 additions and 2 deletions

View File

@@ -12,5 +12,7 @@ class DatabaseSeeder extends Seeder
*/
public function run(): void
{
$this->call(ChampionSeeder::class);
$this->call(ChampionSkinSeeder::class);
}
}