From 04044712bda60584a9bd868b34e9fd9c2b7327e4 Mon Sep 17 00:00:00 2001 From: Alies Lapatsin Date: Tue, 30 Jan 2024 20:24:12 +0530 Subject: [PATCH] #178 Add Armenia to the country list --- lib/Model/CountryExtended.php | 2 ++ lib/Model/CountryExtendedExpanded.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/Model/CountryExtended.php b/lib/Model/CountryExtended.php index 95d2501..c55cf28 100755 --- a/lib/Model/CountryExtended.php +++ b/lib/Model/CountryExtended.php @@ -58,6 +58,8 @@ enum CountryExtended: string case AL = 'AL'; + case AM = 'AM'; + case AN = 'AN'; case AO = 'AO'; diff --git a/lib/Model/CountryExtendedExpanded.php b/lib/Model/CountryExtendedExpanded.php index 393de23..076d032 100755 --- a/lib/Model/CountryExtendedExpanded.php +++ b/lib/Model/CountryExtendedExpanded.php @@ -66,6 +66,8 @@ enum CountryExtendedExpanded: string case ARGENTINA = 'ARGENTINA'; + case ARMENIA = 'ARMENIA'; + case ARUBA = 'ARUBA'; case AUSTRALIA = 'AUSTRALIA';