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();