From: Daniel Karbach Date: Sat, 17 Jan 2026 21:40:04 +0000 (+0100) Subject: enable auto sync for gmt X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=257b8461a52ee049dd4f829c623d4a7ab037dd04;p=alttp.git enable auto sync for gmt --- 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()