diff --git a/src/Drivers/Support/Driver.php b/src/Drivers/Support/Driver.php index 6f47d15..31893d2 100644 --- a/src/Drivers/Support/Driver.php +++ b/src/Drivers/Support/Driver.php @@ -68,7 +68,7 @@ public function currencies(): array return $cachedExchangeRate; } - $response = $this->requestBuilder->makeRequest('/latest', []); + $response = $this->requestBuilder->makeRequest('/latest'); $currencies = [$response->get('base')];