From 0aeb589576654e4f4d867439b7120ca9c1372fee Mon Sep 17 00:00:00 2001 From: "Kamshory, MT" Date: Fri, 30 Aug 2024 22:55:49 +0700 Subject: [PATCH] Update --- src/Forex/Forex.php | 2 -- tests/currency.php | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Forex/Forex.php b/src/Forex/Forex.php index a9dcfb1..7b5c54b 100644 --- a/src/Forex/Forex.php +++ b/src/Forex/Forex.php @@ -82,8 +82,6 @@ public function convert($from, $to) return $to/$from; } - - /** * Get currency rates * diff --git a/tests/currency.php b/tests/currency.php index a37658b..b05565e 100644 --- a/tests/currency.php +++ b/tests/currency.php @@ -15,7 +15,7 @@ padding: 4px 8px; } - +
From To