Explorar el Código

Update default currency in money configuration to MYR

3.x
Amirul Anwar hace 10 horas
padre
commit
5008ef9540
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      config/money.php

+ 1
- 1
config/money.php Ver fichero

@@ -4,7 +4,7 @@ return [
4 4
 
5 5
     'defaults' => [
6 6
 
7
-        'currency' => env('MONEY_DEFAULTS_CURRENCY', 'USD'),
7
+        'currency' => env('MONEY_DEFAULTS_CURRENCY', 'MYR'),
8 8
 
9 9
         'convert' => env('MONEY_DEFAULTS_CONVERT', false),
10 10
 

Loading…
Cancelar
Guardar