command('inspire') // ->hourly(); // $schedule->call(function () { // \DB::table('wmuser_common.comments')->limit(1)->delete(); // })->cron('*/2 * * * *')->sendOutputTo(storage_path('task.txt')); } /** * Register the commands for the application. * * @return void */ protected function commands() { $this->load(__DIR__.'/Commands'); require base_path('routes/console.php'); } }