From 5b8c64e88c8ae24ffda713ebb5a3d22eb6ba205a Mon Sep 17 00:00:00 2001 From: ktarassow Date: Tue, 14 Nov 2017 18:52:49 +0100 Subject: [PATCH] Update client.php --- src/client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.php b/src/client.php index d4f8a67..76be834 100644 --- a/src/client.php +++ b/src/client.php @@ -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,