summaryrefslogtreecommitdiff
path: root/app/Auth/Ldap.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-10-18 18:13:54 -0400
committerFrederic Guillot <fred@kanboard.net>2015-10-18 18:13:54 -0400
commit43cffe282868ff5c32804c34b31baaa1317f5a8e (patch)
tree36f4514e54c28a3e6e7b3b90683b5bed14c49c4a /app/Auth/Ldap.php
parent2f3563714b4f293516af46a23779cb24327be363 (diff)
Remove useless class and add new plugin hooks
Diffstat (limited to 'app/Auth/Ldap.php')
-rw-r--r--app/Auth/Ldap.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Auth/Ldap.php b/app/Auth/Ldap.php
index 687762d3..c252be17 100644
--- a/app/Auth/Ldap.php
+++ b/app/Auth/Ldap.php
@@ -2,6 +2,7 @@
namespace Kanboard\Auth;
+use Kanboard\Core\Base;
use Kanboard\Event\AuthEvent;
/**