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.
2 parents 55f3ec9 + 8483f05 commit 15f0874Copy full SHA for 15f0874
src/RestEntry.php
@@ -13,7 +13,7 @@ protected function _init($client, $namespace)
13
{
14
if (!$client)
15
16
- $this->client = new GuzzleClient(\Iris\Config::REST_LOGIN, \Iris\Config::REST_PASS, Array('url' => \Iris\Config::REST_URL));
+ $this->client = new Client(\Iris\Config::REST_LOGIN, \Iris\Config::REST_PASS, Array('url' => \Iris\Config::REST_URL));
17
}
18
else
19
0 commit comments