summaryrefslogtreecommitdiff
path: root/controllers/task.php
diff options
context:
space:
mode:
Diffstat (limited to 'controllers/task.php')
-rw-r--r--controllers/task.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/controllers/task.php b/controllers/task.php
index fba4d4f5..05dd935e 100644
--- a/controllers/task.php
+++ b/controllers/task.php
@@ -2,6 +2,8 @@
namespace Controller;
+require_once __DIR__.'/Base.php';
+
class Task extends Base
{
// Webhook to create a task (useful for external software)