Skip to content
Snippets Groups Projects
Commit b6dc3800 authored by David Maus's avatar David Maus
Browse files

Adjust DI configuration

parent 08d40c5d
No related merge requests found
...@@ -118,7 +118,7 @@ class Module ...@@ -118,7 +118,7 @@ class Module
$di = new \Zend\Di\Di(); $di = new \Zend\Di\Di();
$di->configure(new \Zend\Di\Config($config)); $di->configure(new \Zend\Di\Config($config));
return $di->get('VuFindProxy\ProxyService'); return $di->get('VuFindHttp\HttpService');
} }
} }
\ No newline at end of file
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
return array( return array(
'instance' => array( 'instance' => array(
'VuFindProxy\ProxyService' => array( 'VuFindHttp\HttpService' => array(
'parameters' => array( 'parameters' => array(
'config' => array(), 'config' => array(),
'adapter' => 'Zend\Http\Client\Adapter\Socket', 'adapter' => '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