diff --git a/module/VuFind/src/VuFind/Bootstrap.php b/module/VuFind/src/VuFind/Bootstrap.php index 0db9ff1b98e4501d58a782baf2a7066c79e2b43e..b69d1370315cd438fb327a40e30470787c603887 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,