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

Removed unnecessary use statement.

parent 8a3176a2
No related merge requests found
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* @link http://vufind.org Main Site * @link http://vufind.org Main Site
*/ */
namespace VuFind\Db; namespace VuFind\Db;
use VuFind\Config\Reader as ConfigReader, Zend\Db\Adapter\Adapter; use Zend\Db\Adapter\Adapter;
/** /**
* Database utility class. * Database utility class.
......
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