From f94713e416ab534324b0a3ee0ac29dfd23fe038d Mon Sep 17 00:00:00 2001 From: vragovR Date: Thu, 15 Mar 2018 14:43:27 +0300 Subject: [PATCH] Fix authenticate --- composer.json | 2 +- src/Client.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b8ee21e..8509457 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "vragovr/safecrow-api", "description": "SafeCrow API v3 Client", - "version": "1.0.0", + "version": "1.0.1", "type": "library", "keywords": [ "http", diff --git a/src/Client.php b/src/Client.php index a7dc0cf..cf2e2a3 100644 --- a/src/Client.php +++ b/src/Client.php @@ -65,7 +65,7 @@ public function getHttpClient(): HttpMethodsClient /** * @param Config $config */ - public function authenticate(Config $config): void + public function authenticate(Config $config) { $this ->addPlugin(new ErrorExceptionPlugin())