Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
Fix authenticate
Browse files Browse the repository at this point in the history
  • Loading branch information
vragovR committed Mar 15, 2018
1 parent c5ebd66 commit f94713e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit f94713e

Please sign in to comment.