From 73ce90ac568909f04d28f41492f99b66ba3fb037 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 5 Dec 2015 21:34:26 -0500 Subject: Remove unused use statements --- app/Api/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Api') 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; -- cgit v1.2.3