Skip to content

Commit

Permalink
Merge pull request #7 from tarleb/query-type-fix
Browse files Browse the repository at this point in the history
Add comparability with Solarium v3.5
Sammaye committed Feb 15, 2016
2 parents fb23949 + 7ada799 commit 9379c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SolrDataProvider.php
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
use yii\base\InvalidConfigException;
use yii\data\BaseDataProvider;
use yii\di\Instance;
use Solarium\Core\Query\Query as SolrQuery;
use Solarium\Core\Query\QueryInterface as SolrQuery;
use sammaye\solr\Client;

/**
@@ -170,4 +170,4 @@ public function setSort($value)
}
}
}
}
}

0 comments on commit 9379c13

Please sign in to comment.