Skip to content

Commit

Permalink
Merge pull request #257 from liopoos/master
Browse files Browse the repository at this point in the history
Add new enum value in ConsoleType
  • Loading branch information
Ragowit authored Jul 3, 2024
2 parents 5d9a357 + 08a3dd3 commit b4ecb23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Enum/ConsoleType.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ enum ConsoleType: string
case PS3 = 'PS3';
case PS4 = 'PS4';
case PS5 = 'PS5';
case PC = 'PSPC';
}

0 comments on commit b4ecb23

Please sign in to comment.