Update CountriesSeeder.php
Added Suriname as country
This commit is contained in:
parent
cfafc3f5cc
commit
0fe2a691ac
1 changed files with 3 additions and 0 deletions
|
|
@ -162,6 +162,9 @@ class CountriesSeeder extends Seeder
|
|||
'thousand_separator' => ',',
|
||||
'decimal_separator' => '.',
|
||||
],
|
||||
'SR' => [ // Suriname
|
||||
'swap_currency_symbol' => true,
|
||||
],
|
||||
'UY' => [
|
||||
'swap_postal_code' => true,
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue