Skip to content

Commit

Permalink
fixed AUD thousands separator
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Dec 9, 2017
1 parent d90d2df commit 23269d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config/money.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
'symbol' => '$',
'symbol_first' => true,
'decimal_mark' => '.',
'thousands_separator' => ',',
'thousands_separator' => ' ',
],

'AWG' => [
Expand Down

0 comments on commit 23269d6

Please sign in to comment.