diff --git a/module/VuFind/src/VuFind/Search/SolrAuth/Results.php b/module/VuFind/src/VuFind/Search/SolrAuth/Results.php index 37f4554d914df8c1e1db449f00b2620fefb7355e..d391bc9793e1368fe04351c893cf6e8f75a45768 100644 --- a/module/VuFind/src/VuFind/Search/SolrAuth/Results.php +++ b/module/VuFind/src/VuFind/Search/SolrAuth/Results.php @@ -26,8 +26,6 @@ * @link http://www.vufind.org Main Page */ namespace VuFind\Search\SolrAuth; -use VuFind\Search\Base\Params as BaseParams, - VuFind\Search\Solr\Results as SolrResults; /** * Solr Authority Search Parameters @@ -38,19 +36,8 @@ use VuFind\Search\Base\Params as BaseParams, * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page */ -class Results extends SolrResults +class Results extends \VuFind\Search\Solr\Results { - /** - * Constructor - * - * @param \VuFind\Search\Base\Params $params Object representing user search - * parameters. - */ - public function __construct(BaseParams $params) - { - parent::__construct($params); - } - /** * Get a connection to the Solr index. *