Write € symbol after amount

This commit is contained in:
Florian Gareis
2021-03-21 13:04:36 +01:00
parent cc73a8a842
commit f8591f96a9

View File

@ -37,7 +37,8 @@ class CurrenciesTableSeeder extends Seeder
'symbol' => '€',
'precision' => '2',
'thousand_separator' => '.',
'decimal_separator' => ','
'decimal_separator' => ',',
'swap_currency_symbol' => true
],
[
'name' => 'South African Rand',