From eeaaa12ab4db0f4decbe05f1993fbdbc4882b807 Mon Sep 17 00:00:00 2001 From: Erhan Date: Thu, 16 Mar 2023 11:28:38 +0300 Subject: [PATCH] Update currencies.php --- resources/streams/config/currencies.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/streams/config/currencies.php b/resources/streams/config/currencies.php index 0c24e4922..15be3bb21 100644 --- a/resources/streams/config/currencies.php +++ b/resources/streams/config/currencies.php @@ -1157,7 +1157,7 @@ return [ 'separator' => ',', 'point' => '.', 'decimals' => 4, - 'symbol' => '%', + 'symbol' => '', ], 'VEF' => [ 'name' => 'Bolivar Fuerte', @@ -1249,4 +1249,4 @@ return [ ] -]; \ No newline at end of file +];