From 257b8461a52ee049dd4f829c623d4a7ab037dd04 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Sat, 17 Jan 2026 22:40:04 +0100 Subject: [PATCH] enable auto sync for gmt --- routes/console.php | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/console.php b/routes/console.php index b524f3c..444e4d4 100644 --- a/routes/console.php +++ b/routes/console.php @@ -31,6 +31,7 @@ Schedule::everyFiveMinutes() Schedule::command('sync:alttprfr'); Schedule::command('sync:xdhunt'); Schedule::command('sync:pilot-spoiler'); + Schedule::command('sync:gmt'); }); Schedule::everyFifteenMinutes() -- 2.47.3