Skip to content

Commit

Permalink
Merge pull request #4 from ktarassow/master
Browse files Browse the repository at this point in the history
Fix historical() return value
  • Loading branch information
oceanapplications authored Nov 14, 2017
2 parents 70e1b0e + 849da7a commit 79a0a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public function convert()
*/
public function historical()
{
$this->request('/historical', [
return $this->request('/historical', [
'date' => $this->date,
'currencies' => $this->currencies,
'source' => $this->source,
Expand Down

0 comments on commit 79a0a5e

Please sign in to comment.