From 7749b8ed569f6d27b0bb2ed4c2040e8b61ed4422 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 9 Mar 2014 23:21:23 -0400 Subject: Automatic actions --- controllers/task.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'controllers/task.php') 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) -- cgit v1.2.3