summaryrefslogtreecommitdiff
path: root/app/Core/Security/AuthenticationManager.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-12-05 21:34:26 -0500
committerFrederic Guillot <fred@kanboard.net>2015-12-05 21:34:26 -0500
commit73ce90ac568909f04d28f41492f99b66ba3fb037 (patch)
tree419857be0aca4bf6ab36cf4187c82011f6c7e047 /app/Core/Security/AuthenticationManager.php
parenteaabda81cdfbeb818e11b43beaf863060be79b99 (diff)
Remove unused use statements
Diffstat (limited to 'app/Core/Security/AuthenticationManager.php')
-rw-r--r--app/Core/Security/AuthenticationManager.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Core/Security/AuthenticationManager.php b/app/Core/Security/AuthenticationManager.php
index cced58c0..dbc41b09 100644
--- a/app/Core/Security/AuthenticationManager.php
+++ b/app/Core/Security/AuthenticationManager.php
@@ -4,7 +4,6 @@ namespace Kanboard\Core\Security;
use LogicException;
use Kanboard\Core\Base;
-use Kanboard\Core\User\UserProviderInterface;
use Kanboard\Event\AuthFailureEvent;
use Kanboard\Event\AuthSuccessEvent;