call(TBCRaidSeeder::class); $this->call(WrathRaidSeeder::class); $this->call(CardSeeder::class); Character::factory(30) ->cards(10) ->create(); Setting::factory(10)->create(); } }