command('channelDayStatistics')->dailyAt('00:01'); // 站点日数据统计 $schedule->command('SendOrderDayStats')->dailyAt('00:01'); // 派单日数据统计 $schedule->command('SendOrderRechargeDayStats')->dailyAt('00:05'); // 注册用户派单数据日统计 } /** * Register the commands for the application. * * @return void */ protected function commands() { $this->load(__DIR__ . '/Commands'); require base_path('routes/console.php'); } }