From: Daniel Karbach Date: Sun, 1 Feb 2026 11:57:47 +0000 (+0100) Subject: beer alias X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=949242f699cea37d34ab48353c54a601de66fd79;p=alttp.git beer alias --- diff --git a/app/Console/Commands/SyncBeerLeague.php b/app/Console/Commands/SyncBeerLeague.php index fe5a40c..da1ffca 100644 --- a/app/Console/Commands/SyncBeerLeague.php +++ b/app/Console/Commands/SyncBeerLeague.php @@ -167,9 +167,9 @@ class SyncBeerLeague extends Command { private $codename_table = [ 'moldorm malt' => 'knucks', 'kyrie strombom' => 'kyrie_strombom', - 'Sean' => 'sean9541', - 'Structural, Mike' => 'structuralmike', - 'Tele, thar' => 'telethar', + 'sean' => 'sean9541', + 'structural, mike' => 'structuralmike', + 'tele, thar' => 'telethar', ]; }