call(UsersTableSeeder::class); $this->call(RaceTableSeeder::class); $this->call(KartTableSeeder::class); $this->call(PilotTableSeeder::class); } }