command('inspire') // ->hourly(); $schedule->call( function(){ #$season = new AnimeSeason(); #$season->save(); #$background = new Background(); #$background->saveSeason(); #$background->saveAnimeStats(); #$background->saveAiringForAll(); $helper = new Helper(); $helper->createUser( 'll-' ); $helper->setIsWatching( 'll-' ); $helper->setCalendar( 'll-' ); #$background->checkIfIsAiring(); }); } /** * Register the commands for the application. * * @return void */ protected function commands() { $this->load(__DIR__.'/Commands'); require base_path('routes/console.php'); } }