From feb3338daa19689f60f8d1dee7a09894a2f04c9c Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 7 Feb 2018 12:39:30 +0200 Subject: [PATCH] Make country iso_3166_2 visible --- app/Models/Country.php | 1 + 1 file changed, 1 insertion(+) 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', ];