Skip to content

Commit 0404471

Browse files
committedJan 30, 2024
lob#178 Add Armenia to the country list
1 parent 5998d46 commit 0404471

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎lib/Model/CountryExtended.php

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ enum CountryExtended: string
5858

5959
case AL = 'AL';
6060

61+
case AM = 'AM';
62+
6163
case AN = 'AN';
6264

6365
case AO = 'AO';

‎lib/Model/CountryExtendedExpanded.php

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ enum CountryExtendedExpanded: string
6666

6767
case ARGENTINA = 'ARGENTINA';
6868

69+
case ARMENIA = 'ARMENIA';
70+
6971
case ARUBA = 'ARUBA';
7072

7173
case AUSTRALIA = 'AUSTRALIA';

0 commit comments

Comments
 (0)
Please sign in to comment.