diff options
Diffstat (limited to 'app/Auth/Ldap.php')
-rw-r--r-- | app/Auth/Ldap.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Auth/Ldap.php b/app/Auth/Ldap.php index 3a48c402..78820d2e 100644 --- a/app/Auth/Ldap.php +++ b/app/Auth/Ldap.php @@ -1,8 +1,8 @@ <?php -namespace Auth; +namespace Kanboard\Auth; -use Event\AuthEvent; +use Kanboard\Event\AuthEvent; /** * LDAP model |