Remove unused use statements

This commit is contained in:
Frederic Guillot
2015-12-05 21:34:26 -05:00
parent eaabda81cd
commit 73ce90ac56
11 changed files with 3 additions and 13 deletions

View File

@@ -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;

View File

@@ -2,7 +2,6 @@
namespace Kanboard\Controller;
use Pimple\Container;
use Kanboard\Core\Security\Role;
/**

View File

@@ -2,6 +2,8 @@
namespace Kanboard\Controller;
use Kanboard\Core\Security\Role;
/**
* Custom Filter management
*

View File

@@ -4,7 +4,6 @@ namespace Kanboard\Core\Security;
use LogicException;
use Kanboard\Core\Base;
use Kanboard\Core\User\UserProviderInterface;
use Kanboard\Event\AuthFailureEvent;
use Kanboard\Event\AuthSuccessEvent;

View File

@@ -3,7 +3,6 @@
namespace Kanboard\Core\Session;
use Kanboard\Core\Base;
use Kanboard\Core\Http\Request;
/**
* Session Manager

View File

@@ -2,7 +2,6 @@
namespace Kanboard\Helper;
use Kanboard\Core\Http\Request;
use Kanboard\Core\Base;
/**

View File

@@ -2,8 +2,6 @@
namespace Kanboard\Helper;
use Kanboard\Core\Security\Role;
/**
* User helpers
*

View File

@@ -2,8 +2,6 @@
namespace Kanboard\Model;
use PicoDb\Database;
/**
* Project Daily Column Stats
*

View File

@@ -2,8 +2,6 @@
namespace Kanboard\Model;
use PicoDb\Database;
/**
* Project Daily Stats
*

View File

@@ -3,7 +3,6 @@
namespace Kanboard\User;
use Kanboard\Core\User\UserProviderInterface;
use Kanboard\Core\Security\Role;
/**
* Database User Provider

View File

@@ -3,7 +3,6 @@
namespace Kanboard\User;
use Kanboard\Core\User\UserProviderInterface;
use Kanboard\Core\Security\Role;
/**
* OAuth User Provider