]> git.localhorst.tv Git - alttp.git/commitdiff
enable tfl timer
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 30 Nov 2025 21:49:10 +0000 (22:49 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 30 Nov 2025 21:49:10 +0000 (22:49 +0100)
routes/console.php

index 9aa4c99c04157c7a47d969794ef0c102fcf0e155..94cbd5a51ea8bd8d6a766d5040d0be988aa78ca1 100644 (file)
@@ -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();