Skip to content

Commit cf5683e

Browse files
authored
Able to change guzzle client configuration
1 parent 124a7a8 commit cf5683e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EazyJsonRpc/BaseJsonRpcClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class BaseJsonRpcClient {
2626
* Guzzle Client Options
2727
* @var array
2828
*/
29-
private $ClientOptions = [];
29+
public $ClientOptions = [];
3030

3131
/**
3232
* Current Request id

0 commit comments

Comments
 (0)