Archived
1
0
Fork 0

database/seeders: Spit RaidSeeder into TBCRaidSeeder and WrathRaidSeeder

This commit is contained in:
Henrik Hautakoski 2023-01-29 17:18:22 +01:00
parent d6e4abd62c
commit 8811ffc670
4 changed files with 48 additions and 29 deletions

View file

@ -15,7 +15,8 @@ class DatabaseSeeder extends Seeder
*/
public function run()
{
$this->call(RaidSeeder::class);
$this->call(TBCRaidSeeder::class);
$this->call(WrathRaidSeeder::class);
$this->call(CardSeeder::class);