mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Make country iso_3166_2 visible
This commit is contained in:
parent
669b02734a
commit
265c4ae35d
@ -24,6 +24,7 @@ class Country extends Eloquent
|
||||
'swap_currency_symbol',
|
||||
'thousand_separator',
|
||||
'decimal_separator',
|
||||
'iso_3166_2',
|
||||
'iso_3166_3',
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user