Skip to content
Snippets Groups Projects
Commit 3468e521 authored by Demian Katz's avatar Demian Katz
Browse files

Fixed typo.

parent eb6f89db
No related merge requests found
...@@ -104,7 +104,7 @@ class Client extends BaseClient ...@@ -104,7 +104,7 @@ class Client extends BaseClient
if (isset($config->Proxy->port)) { if (isset($config->Proxy->port)) {
$options['proxy_port'] = $config->Proxy->port; $options['proxy_port'] = $config->Proxy->port;
} }
$this->setConfig($options); $this->setOptions($options);
} else { } else {
// Default if no proxy settings found: // Default if no proxy settings found:
$this->setAdapter('Zend\Http\Client\Adapter\Socket'); $this->setAdapter('Zend\Http\Client\Adapter\Socket');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment