From: Daniel Karbach Date: Sun, 30 Nov 2025 21:49:10 +0000 (+0100) Subject: enable tfl timer X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=3522c21f0aa9cce3fbfb539c96424823664a1917;p=alttp.git enable tfl timer --- diff --git a/routes/console.php b/routes/console.php index 9aa4c99..94cbd5a 100644 --- a/routes/console.php +++ b/routes/console.php @@ -36,6 +36,7 @@ Schedule::everyFifteenMinutes() ->group(function () { Schedule::command('sync:sra'); Schedule::command('sync:zsr'); + Schedule::command('sync:tfl'); }); Schedule::command('sync:avatars')->everyFiveMinutes()->runInBackground();