From 1010be1bfd3e4803b58ad561d7271068e1843309 Mon Sep 17 00:00:00 2001 From: vedatakd Date: Wed, 16 Sep 2020 17:24:17 +0300 Subject: [PATCH] fixed handle params --- .../visiosoft/advs-module/src/Adv/Command/getExchange.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/default/visiosoft/advs-module/src/Adv/Command/getExchange.php b/addons/default/visiosoft/advs-module/src/Adv/Command/getExchange.php index bc7baf563..2dd6bc95f 100644 --- a/addons/default/visiosoft/advs-module/src/Adv/Command/getExchange.php +++ b/addons/default/visiosoft/advs-module/src/Adv/Command/getExchange.php @@ -9,7 +9,7 @@ class getExchange $this->currency = $currency; } - public function handle($currency = null) + public function handle() { $exchange_xml = simplexml_load_file(setting_value('visiosoft.module.advs::tcmb_exchange_url') . '/today.xml'); $exchange_xml = json_decode(json_encode($exchange_xml), TRUE);