From 63bde938b51d5f13a6f817a0beb5d91f48f3d6f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vi=CC=81ctor=20Falco=CC=81n?= Date: Sun, 11 Jan 2026 19:07:20 +0100 Subject: [PATCH] fix: Remove scheduled horizon command (unused anymore) --- routes/console.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/routes/console.php b/routes/console.php index b40ba353..8e45af6d 100644 --- a/routes/console.php +++ b/routes/console.php @@ -2,5 +2,4 @@ use Illuminate\Support\Facades\Schedule; -Schedule::command('horizon:snapshot')->everyFiveMinutes(); -Schedule::command('demo:reset')->dailyAt('00:00'); +Schedule::command('demo:reset')->twiceDaily();