diff options
Diffstat (limited to 'app/Controller/Listing.php')
-rw-r--r-- | app/Controller/Listing.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Listing.php b/app/Controller/Listing.php index 2024ff03..93a7b836 100644 --- a/app/Controller/Listing.php +++ b/app/Controller/Listing.php @@ -11,7 +11,7 @@ use Kanboard\Model\Task as TaskModel; * @package controller * @author Frederic Guillot */ -class Listing extends Base +class Listing extends BaseController { /** * Show list view for projects |