From cf5683e0745b848126ce9bfedeb13bb7061577d1 Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 17 May 2021 21:28:44 +0300 Subject: [PATCH] Able to change guzzle client configuration --- src/EazyJsonRpc/BaseJsonRpcClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EazyJsonRpc/BaseJsonRpcClient.php b/src/EazyJsonRpc/BaseJsonRpcClient.php index 225ba7b..347a258 100644 --- a/src/EazyJsonRpc/BaseJsonRpcClient.php +++ b/src/EazyJsonRpc/BaseJsonRpcClient.php @@ -26,7 +26,7 @@ class BaseJsonRpcClient { * Guzzle Client Options * @var array */ - private $ClientOptions = []; + public $ClientOptions = []; /** * Current Request id