This commit is contained in:
2025-11-16 10:45:41 +03:30
parent 068b6037c7
commit 6c41296f22
9 changed files with 105 additions and 32 deletions

View File

@@ -50,7 +50,7 @@ class Kernel extends ConsoleKernel
->appendOutputTo(storage_path('logs/telescope.log'));
$schedule->command('daily_moving_machine')
->dailyAt('23:59')->appendOutputTo(storage_path('logs/dailymovingmachine.log'));
->dailyAt('02:00')->appendOutputTo(storage_path('logs/dailymovingmachine.log'));
}