summaryrefslogtreecommitdiff
path: root/app/Api/Me.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Api/Me.php')
-rw-r--r--app/Api/Me.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Api/Me.php b/app/Api/Me.php
index e7611554..f4857b58 100644
--- a/app/Api/Me.php
+++ b/app/Api/Me.php
@@ -1,9 +1,9 @@
<?php
-namespace Api;
+namespace Kanboard\Api;
-use Model\Subtask as SubtaskModel;
-use Model\Task as TaskModel;
+use Kanboard\Model\Subtask as SubtaskModel;
+use Kanboard\Model\Task as TaskModel;
/**
* Me API controller