Commit c7c82890 authored by Bas de Nooijer's avatar Bas de Nooijer

Switched default client adapter to curl (see issue #95)

parent b957fc40
......@@ -109,7 +109,7 @@ class Client extends Configurable
* @var array
*/
protected $options = array(
'adapter' => 'Solarium\Core\Client\Adapter\Http',
'adapter' => 'Solarium\Core\Client\Adapter\Curl',
'endpoint' => array(
'localhost' => array()
)
......
Markdown is supported
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