From 265c4ae35df7322dda77bcc883965b12bdf18912 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 7 Feb 2018 12:39:44 +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 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', ];