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