Skip to content

Commit

Permalink
Update Region.php
Browse files Browse the repository at this point in the history
Added JP to the regions
  • Loading branch information
ibmgeniuz authored Feb 7, 2024
1 parent 179fa67 commit 0483663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Enums/Region.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ abstract class Region
public const CN = 'CN';
public const IN = 'IN';
public const AU = 'AU';
public const JP = 'JP';
}

0 comments on commit 0483663

Please sign in to comment.