Change precision of CLP

This commit is contained in:
Hillel Coren 2017-07-14 08:50:33 +03:00
parent b5bcef03ef
commit 2bbdb07329

View File

@ -84,6 +84,7 @@ class CurrenciesSeeder extends Seeder
if ($record) {
$record->name = $currency['name'];
$record->symbol = $currency['symbol'];
$record->precision = $currency['precision'];
$record->thousand_separator = $currency['thousand_separator'];
$record->decimal_separator = $currency['decimal_separator'];
if (isset($currency['swap_currency_symbol'])) {