Skip to content

Commit

Permalink
Able to change guzzle client configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sas1024 authored May 17, 2021
1 parent 124a7a8 commit cf5683e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EazyJsonRpc/BaseJsonRpcClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class BaseJsonRpcClient {
* Guzzle Client Options
* @var array
*/
private $ClientOptions = [];
public $ClientOptions = [];

/**
* Current Request id
Expand Down

0 comments on commit cf5683e

Please sign in to comment.