diff options
Diffstat (limited to 'app/Controller/Action.php')
-rw-r--r-- | app/Controller/Action.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Action.php b/app/Controller/Action.php index 8881e8ec..40497a62 100644 --- a/app/Controller/Action.php +++ b/app/Controller/Action.php @@ -8,7 +8,7 @@ namespace Kanboard\Controller; * @package controller * @author Frederic Guillot */ -class Action extends Base +class Action extends BaseController { /** * List of automatic actions for a given project |