Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make country iso_3166_2 visible
  • Loading branch information
hillelcoren committed Feb 7, 2018
1 parent 6b80bb8 commit feb3338
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Models/Country.php
Expand Up @@ -24,6 +24,7 @@ class Country extends Eloquent
'swap_currency_symbol',
'thousand_separator',
'decimal_separator',
'iso_3166_2',
'iso_3166_3',
];

Expand Down

0 comments on commit feb3338

Please sign in to comment.