fix conflicts

This commit is contained in:
Mohit Panjwani
2020-12-03 20:35:27 +05:30
6 changed files with 953 additions and 4 deletions

View File

@ -542,6 +542,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) {