diff options
Diffstat (limited to 'controllers/board.php')
-rw-r--r-- | controllers/board.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/controllers/board.php b/controllers/board.php index 13714b3c..9cdc4386 100644 --- a/controllers/board.php +++ b/controllers/board.php @@ -2,6 +2,8 @@ namespace Controller; +require_once __DIR__.'/Base.php'; + class Board extends Base { // Change a task assignee directly from the board |