From: Daniel Karbach Date: Sat, 7 Feb 2026 15:33:06 +0000 (+0100) Subject: changed beer table format X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=7df205cb32062e058f08275af9810bb41c406e50;p=alttp.git changed beer table format --- diff --git a/app/Console/Commands/SyncBeerLeague.php b/app/Console/Commands/SyncBeerLeague.php index da1ffca..14345e6 100644 --- a/app/Console/Commands/SyncBeerLeague.php +++ b/app/Console/Commands/SyncBeerLeague.php @@ -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]); } }