From 459b63adc68b27d632bf4c90b07af76eb8efc72a Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Thu, 25 Sep 2014 15:09:59 -0400 Subject: [PATCH] Removed unused use statement. --- module/VuFind/src/VuFind/Auth/Manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFind/src/VuFind/Auth/Manager.php b/module/VuFind/src/VuFind/Auth/Manager.php index 3a7310fa26a..8117f579df9 100644 --- a/module/VuFind/src/VuFind/Auth/Manager.php +++ b/module/VuFind/src/VuFind/Auth/Manager.php @@ -27,7 +27,7 @@ */ namespace VuFind\Auth; use VuFind\Db\Row\User as UserRow, VuFind\Db\Table\User as UserTable, - VuFind\Exception\Auth as AuthException, VuFind\ILS\Connection as ILSConnection, + VuFind\Exception\Auth as AuthException, Zend\Config\Config, Zend\Session\SessionManager; /** -- GitLab