Skip to content

Commit

Permalink
Update CurrenciesTableSeeder.php
Browse files Browse the repository at this point in the history
Adding malawi Kwacha
  • Loading branch information
Sydney83 authored Apr 12, 2024
1 parent 5333d8d commit c8490b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions database/seeders/CurrenciesTableSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ public function run()
'precision' => '2',
'thousand_separator' => ',',
'decimal_separator' => '.',
],
[
'name' => 'Malawi Kwacha',
'code' => 'MWK',
'symbol' => 'K',
'precision' => '2',
'thousand_separator' => ',',
'decimal_separator' => '.',
],
[
'name' => 'Euro',
Expand Down

0 comments on commit c8490b8

Please sign in to comment.