Skip to content

Commit

Permalink
add afl sport enum
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Jul 13, 2024
1 parent 09cd27b commit 3d10365
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Enums/SportsEnum.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

0 comments on commit 3d10365

Please sign in to comment.