From c0faafdbd7cdb3f27176c3875153b95a19dfd87c Mon Sep 17 00:00:00 2001 From: arifal Date: Tue, 4 Mar 2025 15:13:33 +0700 Subject: [PATCH] hot fix add time midnight scheduler --- routes/console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/console.php b/routes/console.php index e718d8f..68855b6 100755 --- a/routes/console.php +++ b/routes/console.php @@ -8,4 +8,4 @@ Artisan::command('inspire', function () { $this->comment(Inspiring::quote()); })->purpose('Display an inspiring quote')->hourly(); -Schedule::command("app:execute-scraping")->daily(); \ No newline at end of file +Schedule::command("app:execute-scraping")->dailyAt("00:00"); \ No newline at end of file