From 23269d63e73231fa08eced34b62b6716321c93a8 Mon Sep 17 00:00:00 2001 From: denisdulici Date: Sat, 9 Dec 2017 09:31:19 +0300 Subject: [PATCH] fixed AUD thousands separator --- src/Config/money.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config/money.php b/src/Config/money.php index 2bbfda8..f00de57 100644 --- a/src/Config/money.php +++ b/src/Config/money.php @@ -87,7 +87,7 @@ 'symbol' => '$', 'symbol_first' => true, 'decimal_mark' => '.', - 'thousands_separator' => ',', + 'thousands_separator' => ' ', ], 'AWG' => [