Merge pull request #262 from Xoshbin/patch-1

Added Iraqi Dinar in currencies table
This commit is contained in:
Mohit Panjwani
2020-09-03 14:26:25 +05:30
committed by GitHub

View File

@ -540,6 +540,14 @@ class CurrenciesTableSeeder extends Seeder
'thousand_separator' => '.',
'decimal_separator' => ','
],
[
'name' => 'Iraqi Dinar',
'code' => 'IQD',
'symbol' => 'ع.د',
'precision' => '2',
'thousand_separator' => ',',
'decimal_separator' => '.'
],
];
foreach ($currencies as $currency) {