Skip to content

Commit

Permalink
remove optional argument
Browse files Browse the repository at this point in the history
  • Loading branch information
faissaloux committed Jul 19, 2024
1 parent ee94dd5 commit 005171f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drivers/Support/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function currencies(): array
return $cachedExchangeRate;
}

$response = $this->requestBuilder->makeRequest('/latest', []);
$response = $this->requestBuilder->makeRequest('/latest');

$currencies = [$response->get('base')];

Expand Down

0 comments on commit 005171f

Please sign in to comment.