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

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