fixed handle params

This commit is contained in:
vedatakd 2020-09-16 17:24:17 +03:00
parent c3f55e67d8
commit 1010be1bfd

View File

@ -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);