Update CountriesSeeder.php

Added Suriname as country
This commit is contained in:
Gabor Tjong A Hung 2018-06-14 10:11:27 -03:00 committed by GitHub
parent cfafc3f5cc
commit 0fe2a691ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,6 +162,9 @@ class CountriesSeeder extends Seeder
'thousand_separator' => ',', 'thousand_separator' => ',',
'decimal_separator' => '.', 'decimal_separator' => '.',
], ],
'SR' => [ // Suriname
'swap_currency_symbol' => true,
],
'UY' => [ 'UY' => [
'swap_postal_code' => true, 'swap_postal_code' => true,
], ],