Cleanup and minor fixes

This commit is contained in:
Frederic Guillot
2015-10-19 21:05:41 -04:00
parent 43cffe2828
commit 7303a79b50
23 changed files with 255 additions and 286 deletions

View File

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