diff options
Diffstat (limited to 'app/Api/Subtask.php')
-rw-r--r-- | app/Api/Subtask.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Api/Subtask.php b/app/Api/Subtask.php index 2b8e7a1f..7b526023 100644 --- a/app/Api/Subtask.php +++ b/app/Api/Subtask.php @@ -1,6 +1,6 @@ <?php -namespace Api; +namespace Kanboard\Api; /** * Subtask API controller @@ -8,7 +8,7 @@ namespace Api; * @package api * @author Frederic Guillot */ -class Subtask extends \Core\Base +class Subtask extends \Kanboard\Core\Base { public function getSubtask($subtask_id) { |