springlee 5年前

修改理由:

此处contab表达式多了一位

此投稿已在 5年前 合并。

内容修改:

红色背景 为原始内容

绿色背景 为新增或者修改的内容

OldNewDifferences
343343   protected function schedule(Schedule $schedule)
344344   {
345345       if (app()->environment('production')) {
346            $schedule->command('backup:run')->cron('0 */4 * * * *');
 346           $schedule->command('backup:run')->cron('0 */4 * * *');
347347           $schedule->command('backup:monitor')->dailyAt('03:00');
348348           $schedule->command('backup:clean')->dailyAt('03:10');
349349       }