summaryrefslogtreecommitdiff
path: root/app/Auth/LdapAuth.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Auth/LdapAuth.php')
-rw-r--r--app/Auth/LdapAuth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Auth/LdapAuth.php b/app/Auth/LdapAuth.php
index a8dcfcb6..05ffbebf 100644
--- a/app/Auth/LdapAuth.php
+++ b/app/Auth/LdapAuth.php
@@ -12,7 +12,7 @@ use Kanboard\Core\Security\PasswordAuthenticationProviderInterface;
/**
* LDAP Authentication Provider
*
- * @package auth
+ * @package Kanboard\Auth
* @author Frederic Guillot
*/
class LdapAuth extends Base implements PasswordAuthenticationProviderInterface