diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-12-05 21:34:26 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-12-05 21:34:26 -0500 |
commit | 73ce90ac568909f04d28f41492f99b66ba3fb037 (patch) | |
tree | 419857be0aca4bf6ab36cf4187c82011f6c7e047 /app/Api | |
parent | eaabda81cdfbeb818e11b43beaf863060be79b99 (diff) |
Remove unused use statements
Diffstat (limited to 'app/Api')
-rw-r--r-- | app/Api/User.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Api/User.php b/app/Api/User.php index 078c82f1..06e305f2 100644 --- a/app/Api/User.php +++ b/app/Api/User.php @@ -2,7 +2,7 @@ namespace Kanboard\Api; -use Kanboard\Auth\Ldap; +use LogicException; use Kanboard\Core\Security\Role; use Kanboard\Core\Ldap\Client as LdapClient; use Kanboard\Core\Ldap\ClientException as LdapException; |