Minor refactoring

This commit is contained in:
Meritoo
2017-09-27 12:22:06 +02:00
parent c3e6935dd8
commit 92315bd853
3 changed files with 43 additions and 38 deletions

View File

@@ -85,7 +85,10 @@ class JsonRpcClientManager
* The "debug" mode is turned on?
*/
if ($this->connectionConfiguration->isDebugModeOn()) {
$this->rpcClient->getHttpClient()->withDebug();
$this
->rpcClient
->getHttpClient()
->withDebug();
}
}