hot fix add time midnight scheduler

This commit is contained in:
arifal
2025-03-04 15:13:33 +07:00
parent c5e3fdd915
commit c0faafdbd7

View File

@@ -8,4 +8,4 @@ Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->purpose('Display an inspiring quote')->hourly();
Schedule::command("app:execute-scraping")->daily();
Schedule::command("app:execute-scraping")->dailyAt("00:00");