Update CurrenciesTableSeeder.php (#258)

This commit is contained in:
Mohamed Safouan Besrour
2025-01-12 11:42:12 +01:00
committed by GitHub
parent 3f560a1de2
commit 32e03b98a3

View File

@@ -487,8 +487,8 @@ class CurrenciesTableSeeder extends Seeder
[
'name' => 'Tunisian Dinar',
'code' => 'TND',
'symbol' => '‎د.ت',
'precision' => '2',
'symbol' => 'DT',
'precision' => '3',
'thousand_separator' => ',',
'decimal_separator' => '.',
],