From 949242f699cea37d34ab48353c54a601de66fd79 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Sun, 1 Feb 2026 12:57:47 +0100 Subject: [PATCH] beer alias --- app/Console/Commands/SyncBeerLeague.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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', ]; } -- 2.47.3