summaryrefslogtreecommitdiff
path: root/app/Controller
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller')
-rw-r--r--app/Controller/Base.php1
-rw-r--r--app/Controller/Customfilter.php2
2 files changed, 2 insertions, 1 deletions
diff --git a/app/Controller/Base.php b/app/Controller/Base.php
index 76948a0f..35ceee09 100644
--- a/app/Controller/Base.php
+++ b/app/Controller/Base.php
@@ -2,7 +2,6 @@
namespace Kanboard\Controller;
-use Pimple\Container;
use Kanboard\Core\Security\Role;
/**
diff --git a/app/Controller/Customfilter.php b/app/Controller/Customfilter.php
index ef75a837..12cc8e78 100644
--- a/app/Controller/Customfilter.php
+++ b/app/Controller/Customfilter.php
@@ -2,6 +2,8 @@
namespace Kanboard\Controller;
+use Kanboard\Core\Security\Role;
+
/**
* Custom Filter management
*