From dcb50f53b505d27cb2d670203bda5d074712014f Mon Sep 17 00:00:00 2001 From: myrmidex Date: Sun, 29 Jun 2025 18:34:13 +0200 Subject: [PATCH] Set command to hourly --- routes/console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/console.php b/routes/console.php index f90c34a..aa1da9f 100644 --- a/routes/console.php +++ b/routes/console.php @@ -3,4 +3,4 @@ use App\Console\Commands\FetchNewArticlesCommand; use Illuminate\Support\Facades\Schedule; -Schedule::command(FetchNewArticlesCommand::class)->everyMinute(); +Schedule::command(FetchNewArticlesCommand::class)->hourly();