We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124a7a8 commit cf5683eCopy full SHA for cf5683e
src/EazyJsonRpc/BaseJsonRpcClient.php
@@ -26,7 +26,7 @@ class BaseJsonRpcClient {
26
* Guzzle Client Options
27
* @var array
28
*/
29
- private $ClientOptions = [];
+ public $ClientOptions = [];
30
31
/**
32
* Current Request id
0 commit comments