diff --git a/app/Models/Country.php b/app/Models/Country.php index 34bd9746e59a..e10719ff2904 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', ];