diff options
Diffstat (limited to 'app/Controller/ActionCreation.php')
-rw-r--r-- | app/Controller/ActionCreation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/ActionCreation.php b/app/Controller/ActionCreation.php index 61b7b5e2..388b30e2 100644 --- a/app/Controller/ActionCreation.php +++ b/app/Controller/ActionCreation.php @@ -8,7 +8,7 @@ namespace Kanboard\Controller; * @package controller * @author Frederic Guillot */ -class ActionCreation extends Base +class ActionCreation extends BaseController { /** * Show the form (step 1) |