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

Removed unused use statements.

parent 4b83c39f
No related merge requests found
...@@ -26,8 +26,7 @@ ...@@ -26,8 +26,7 @@
* @link http://www.vufind.org Main Page * @link http://www.vufind.org Main Page
*/ */
namespace VuFind\Search\Base; namespace VuFind\Search\Base;
use VuFind\I18n\Translator\TranslatorAwareInterface, use VuFind\I18n\Translator\TranslatorAwareInterface;
Zend\Session\Container as SessionContainer;
/** /**
* Abstract options search model. * Abstract options search model.
......
...@@ -27,8 +27,7 @@ ...@@ -27,8 +27,7 @@
*/ */
namespace VuFind\Search\Base; namespace VuFind\Search\Base;
use Zend\ServiceManager\ServiceLocatorAwareInterface, use Zend\ServiceManager\ServiceLocatorAwareInterface,
Zend\ServiceManager\ServiceLocatorInterface, Zend\ServiceManager\ServiceLocatorInterface;
Zend\Session\Container as SessionContainer;
use VuFindSearch\Backend\Solr\LuceneSyntaxHelper, VuFindSearch\Query\Query, use VuFindSearch\Backend\Solr\LuceneSyntaxHelper, VuFindSearch\Query\Query,
VuFindSearch\Query\QueryGroup; VuFindSearch\Query\QueryGroup;
use VuFind\Search\QueryAdapter, VuFind\Solr\Utils as SolrUtils; use VuFind\Search\QueryAdapter, VuFind\Solr\Utils as SolrUtils;
......
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