saveSeason(); sleep(10); echo "\ncheckIfIsAiring(): \n"; $background->checkIfIsAiring(); sleep(10); echo "\nsaveAiringForAll(): \n"; $background->saveAiringForAll(); return Command::SUCCESS; } }