call(ChampionSeeder::class); $this->call(ChampionSkinSeeder::class); $this->call(SkinChromaSeeder::class); $this->call(ChampionRolesSeeder::class); Cache::flush(); Log::info('Seeding complete at ' . date('Y-m-d H:i:s')); } }