From 5e139bc29cc44f1d3bb5cfc3e52d0ec5c25df40a Mon Sep 17 00:00:00 2001 From: arifal Date: Tue, 18 Mar 2025 06:47:53 +0700 Subject: [PATCH] change command scraping --- routes/console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/console.php b/routes/console.php index 68855b6..af56031 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")->dailyAt("00:00"); \ No newline at end of file +Schedule::command("app:scraping-data")->dailyAt("00:00"); \ No newline at end of file