]> git.localhorst.tv Git - alttp.git/commitdiff
changed beer table format
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 7 Feb 2026 15:33:06 +0000 (16:33 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 7 Feb 2026 15:33:06 +0000 (16:33 +0100)
app/Console/Commands/SyncBeerLeague.php

index da1ffca61a31dae5160ac93792f2e69b89aed636..14345e6e152fc94a8c4d0a216e4f5aa9164c2f23 100644 (file)
@@ -72,7 +72,7 @@ class SyncBeerLeague extends Command {
        }
 
        private function syncEvent(Event $event, $schedule): void {
-               for ($i = 1; $i < count($schedule); ++$i) {
+               for ($i = 2; $i < count($schedule); ++$i) {
                        $this->syncSchedule($event, $schedule[$i]);
                }
        }