command('visit:reminder') // ->dailyAt('18:00') // ->withoutOverlapping() // ->runInBackground(); // 每天00:01重置长期拜访预约审核状态 $schedule->command('visit:reset-long-term')->dailyAt('00:01'); } /** * Register the commands for the application. * * @return void */ protected function commands() { $this->load(__DIR__ . '/Commands'); require base_path('routes/console.php'); } }