feat: Added MAD (Moroccan dirham) currency (#355)

Add MAD (Moroccan dirham) currency
This commit is contained in:
Mouad ZIANI
2021-03-22 13:03:36 +01:00
committed by GitHub
parent 8008ed0527
commit 51f79433b9

View File

@ -559,7 +559,14 @@ class CurrenciesTableSeeder extends Seeder
'thousand_separator' => ',',
'decimal_separator' => '.'
],
[
'name' => 'Moroccan Dirham',
'code' => 'MAD',
'symbol' => 'DH',
'precision' => '2',
'thousand_separator' => ',',
'decimal_separator' => '.'
],
];
foreach ($currencies as $currency) {