diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-10-19 21:05:41 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-10-19 21:05:41 -0400 |
commit | 7303a79b503dde63c627675ce4155f96c4e4dbd3 (patch) | |
tree | 91f2d7bcfc228bc5218ff8e2db2d7b9a2c19475c /app/Controller | |
parent | 43cffe282868ff5c32804c34b31baaa1317f5a8e (diff) |
Cleanup and minor fixes
Diffstat (limited to 'app/Controller')
-rw-r--r-- | app/Controller/Base.php | 3 |
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; /** |