saveSeason(); sleep(10); echo "\ncheckIfIsAiring(): \n"; $background->checkIfIsAiring(); sleep(10); echo "\nsaveAiringForAll(): \n"; $background->saveAiringForAll(); $msg = ob_get_contents(); ob_end_clean(); $this->info( $msg ); return Command::SUCCESS; } }