diff options
Diffstat (limited to 'app/Controller/Search.php')
-rw-r--r-- | app/Controller/Search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Search.php b/app/Controller/Search.php index a42e9d3d..a092cba6 100644 --- a/app/Controller/Search.php +++ b/app/Controller/Search.php @@ -10,7 +10,7 @@ use Kanboard\Filter\TaskProjectsFilter; * @package controller * @author Frederic Guillot */ -class Search extends Base +class Search extends BaseController { public function index() { |