Skip to content

Commit 0ebf2cd

Browse files
committed
Symbol of Brazilian Real goes first by default
1 parent 2c55be1 commit 0ebf2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lists/popular_currencies.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
'iso_code' => 'BRL',
162162
'num_code' => '986',
163163
'symbol' => 'R$',
164-
'position' => Currency::POSITION_END,
164+
'position' => Currency::POSITION_START,
165165
],
166166
[
167167
'full_name' => 'New Taiwan dollar',

0 commit comments

Comments
 (0)