From a35da4337bc3ad3f2f981d95646ea1e59498dc27 Mon Sep 17 00:00:00 2001 From: denisdulici Date: Sat, 9 Dec 2017 09:36:13 +0300 Subject: [PATCH] fixed AUD thousands separator --- config/money.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/money.php b/config/money.php index 2bbfda884..f00de574f 100644 --- a/config/money.php +++ b/config/money.php @@ -87,7 +87,7 @@ return [ 'symbol' => '$', 'symbol_first' => true, 'decimal_mark' => '.', - 'thousands_separator' => ',', + 'thousands_separator' => ' ', ], 'AWG' => [