database/seeders: Spit RaidSeeder into TBCRaidSeeder and WrathRaidSeeder
This commit is contained in:
parent
d6e4abd62c
commit
8811ffc670
4 changed files with 48 additions and 29 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Reference in a new issue