1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00

Make country iso_3166_2 visible

This commit is contained in:
Hillel Coren 2018-02-07 12:39:30 +02:00
parent 6b80bb8536
commit feb3338daa

View File

@ -24,6 +24,7 @@ class Country extends Eloquent
'swap_currency_symbol',
'thousand_separator',
'decimal_separator',
'iso_3166_2',
'iso_3166_3',
];