diff --git a/app/Models/Country.php b/app/Models/Country.php index ec74c86364d7..ca6d7747f50c 100644 --- a/app/Models/Country.php +++ b/app/Models/Country.php @@ -24,6 +24,7 @@ class Country extends Eloquent 'swap_currency_symbol', 'thousand_separator', 'decimal_separator', + 'iso_3166_2', 'iso_3166_3', ];