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, 1 insertions, 1 deletions
diff --git a/controllers/task.php b/controllers/task.php
index 05dd935e..75063b7b 100644
--- a/controllers/task.php
+++ b/controllers/task.php
@@ -2,7 +2,7 @@
namespace Controller;
-require_once __DIR__.'/Base.php';
+require_once __DIR__.'/base.php';
class Task extends Base
{