Remove unused use statements
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace Kanboard\Api;
|
namespace Kanboard\Api;
|
||||||
|
|
||||||
use Kanboard\Auth\Ldap;
|
use LogicException;
|
||||||
use Kanboard\Core\Security\Role;
|
use Kanboard\Core\Security\Role;
|
||||||
use Kanboard\Core\Ldap\Client as LdapClient;
|
use Kanboard\Core\Ldap\Client as LdapClient;
|
||||||
use Kanboard\Core\Ldap\ClientException as LdapException;
|
use Kanboard\Core\Ldap\ClientException as LdapException;
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
namespace Kanboard\Controller;
|
namespace Kanboard\Controller;
|
||||||
|
|
||||||
use Pimple\Container;
|
|
||||||
use Kanboard\Core\Security\Role;
|
use Kanboard\Core\Security\Role;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
namespace Kanboard\Controller;
|
namespace Kanboard\Controller;
|
||||||
|
|
||||||
|
use Kanboard\Core\Security\Role;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Custom Filter management
|
* Custom Filter management
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ namespace Kanboard\Core\Security;
|
|||||||
|
|
||||||
use LogicException;
|
use LogicException;
|
||||||
use Kanboard\Core\Base;
|
use Kanboard\Core\Base;
|
||||||
use Kanboard\Core\User\UserProviderInterface;
|
|
||||||
use Kanboard\Event\AuthFailureEvent;
|
use Kanboard\Event\AuthFailureEvent;
|
||||||
use Kanboard\Event\AuthSuccessEvent;
|
use Kanboard\Event\AuthSuccessEvent;
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
namespace Kanboard\Core\Session;
|
namespace Kanboard\Core\Session;
|
||||||
|
|
||||||
use Kanboard\Core\Base;
|
use Kanboard\Core\Base;
|
||||||
use Kanboard\Core\Http\Request;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Session Manager
|
* Session Manager
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
namespace Kanboard\Helper;
|
namespace Kanboard\Helper;
|
||||||
|
|
||||||
use Kanboard\Core\Http\Request;
|
|
||||||
use Kanboard\Core\Base;
|
use Kanboard\Core\Base;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
namespace Kanboard\Helper;
|
namespace Kanboard\Helper;
|
||||||
|
|
||||||
use Kanboard\Core\Security\Role;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* User helpers
|
* User helpers
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
namespace Kanboard\Model;
|
namespace Kanboard\Model;
|
||||||
|
|
||||||
use PicoDb\Database;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Project Daily Column Stats
|
* Project Daily Column Stats
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
namespace Kanboard\Model;
|
namespace Kanboard\Model;
|
||||||
|
|
||||||
use PicoDb\Database;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Project Daily Stats
|
* Project Daily Stats
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
namespace Kanboard\User;
|
namespace Kanboard\User;
|
||||||
|
|
||||||
use Kanboard\Core\User\UserProviderInterface;
|
use Kanboard\Core\User\UserProviderInterface;
|
||||||
use Kanboard\Core\Security\Role;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Database User Provider
|
* Database User Provider
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
namespace Kanboard\User;
|
namespace Kanboard\User;
|
||||||
|
|
||||||
use Kanboard\Core\User\UserProviderInterface;
|
use Kanboard\Core\User\UserProviderInterface;
|
||||||
use Kanboard\Core\Security\Role;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* OAuth User Provider
|
* OAuth User Provider
|
||||||
|
|||||||
Reference in New Issue
Block a user