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