From 112f4993cf9eb5e7c49d9c2e7695807161a7d8b7 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Thu, 13 Sep 2012 10:56:12 -0400 Subject: [PATCH] Removed unused "use" declaration. --- module/VuFind/src/VuFind/Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFind/src/VuFind/Bootstrap.php b/module/VuFind/src/VuFind/Bootstrap.php index 0db9ff1b98e..b69d1370315 100644 --- a/module/VuFind/src/VuFind/Bootstrap.php +++ b/module/VuFind/src/VuFind/Bootstrap.php @@ -27,7 +27,7 @@ */ namespace VuFind; use VuFind\Config\Reader as ConfigReader, - VuFind\Db\AdapterFactory as DbAdapterFactory, VuFind\Logger, + VuFind\Db\AdapterFactory as DbAdapterFactory, VuFind\Theme\Initializer as ThemeInitializer, VuFind\Translator\Translator, Zend\Console\Console, Zend\Db\TableGateway\Feature\GlobalAdapterFeature as DbGlobalAdapter, -- GitLab