@@ -55,6 +55,6 @@ class Kernel extends ConsoleKernel
});
// 推送任务每分钟执行
- // $schedule->command('push:task')->everyMinute()->sendOutputTo(storage_path('pushCommand-' . date('Y-m-d')));
+ $schedule->command('push:task')->everyMinute()->sendOutputTo(storage_path('pushCommand-' . date('Y-m-d')));
}