From 3d1036580fe33d2a20318daa9c8e86afba6e5879 Mon Sep 17 00:00:00 2001 From: Seth Sharp Date: Sat, 13 Jul 2024 11:16:03 +1000 Subject: [PATCH] add afl sport enum --- src/Enums/SportsEnum.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Enums/SportsEnum.php b/src/Enums/SportsEnum.php index 1e9137b..329756c 100644 --- a/src/Enums/SportsEnum.php +++ b/src/Enums/SportsEnum.php @@ -6,4 +6,5 @@ enum SportsEnum: string { // todo: fill in with the rest of the sports from https://the-odds-api.com/sports-odds-data/sports-apis.html case RUGBYLEAGUE_NRL = 'rugbyleague_nrl'; + case AUSSIERULES_AFL = 'aussierules_afl'; }