Skip to content

Commit

Permalink
Removed connection class
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammaye committed Feb 3, 2016
1 parent 22ba7f0 commit fb23949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SolrDataProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function init()
{
parent::init();
if (is_string($this->solr)) {
$this->solr = Instance::ensure($this->solr, Connection::className());
$this->solr = Instance::ensure($this->solr, Client::className());
}elseif($this->solr === null){
$this->solr = Instance::ensure('solr', Client::className());
}
Expand Down

0 comments on commit fb23949

Please sign in to comment.