]> git.localhorst.tv Git - alttp.git/commitdiff
beer alias
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 1 Feb 2026 11:57:47 +0000 (12:57 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 1 Feb 2026 11:57:47 +0000 (12:57 +0100)
app/Console/Commands/SyncBeerLeague.php

index fe5a40c20285bfe8effc02b520ef31c13e60a6f9..da1ffca61a31dae5160ac93792f2e69b89aed636 100644 (file)
@@ -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',
        ];
 
 }