Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Commit

Permalink
Support Elastica 0.20.x client
Browse files Browse the repository at this point in the history
Breaks BC because of namespace change
  • Loading branch information
MrHash committed Apr 24, 2013
1 parent b15efe3 commit f41f359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/Search/ElasticSearch/Client.php
Expand Up @@ -38,7 +38,7 @@ class Client implements SearchClientInterface
/**
* @param \Elastica_Client $client
*/
public function __construct(\Elastica_Client $client)
public function __construct(\Elastica\Client $client)
{
$this->client = $client;
}
Expand Down

0 comments on commit f41f359

Please sign in to comment.