call(VenueSeeder::class); $this->call(TeamSeeder::class); $this->call(TournamentSeeder::class); $this->call(MatchSeeder::class); } }