summaryrefslogtreecommitdiff
path: root/app/Controller/Base.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/Base.php')
-rw-r--r--app/Controller/Base.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/Controller/Base.php b/app/Controller/Base.php
index 1efd4566..a955b12c 100644
--- a/app/Controller/Base.php
+++ b/app/Controller/Base.php
@@ -6,9 +6,6 @@ use Pimple\Container;
use Kanboard\Core\Security;
use Kanboard\Core\Request;
use Kanboard\Core\Response;
-use Kanboard\Core\Template;
-use Kanboard\Core\Session;
-use Kanboard\Model\LastLogin;
use Symfony\Component\EventDispatcher\Event;
/**