Skip to content
Snippets Groups Projects
Commit 4e109219 authored by Demian Katz's avatar Demian Katz
Browse files

Trimmed unnecessary code.

parent 3ba3ff3a
Branches
Tags
No related merge requests found
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
* @link http://www.vufind.org Main Page * @link http://www.vufind.org Main Page
*/ */
namespace VuFind\Search\SolrAuth; namespace VuFind\Search\SolrAuth;
use VuFind\Search\Base\Params as BaseParams,
VuFind\Search\Solr\Results as SolrResults;
/** /**
* Solr Authority Search Parameters * Solr Authority Search Parameters
...@@ -38,19 +36,8 @@ use VuFind\Search\Base\Params as BaseParams, ...@@ -38,19 +36,8 @@ use VuFind\Search\Base\Params as BaseParams,
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License
* @link http://www.vufind.org Main Page * @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. * Get a connection to the Solr index.
* *
......
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