summaryrefslogtreecommitdiff
path: root/app/Api/File.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Api/File.php')
-rw-r--r--app/Api/File.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Api/File.php b/app/Api/File.php
index ad736ad4..760ee5ed 100644
--- a/app/Api/File.php
+++ b/app/Api/File.php
@@ -1,8 +1,8 @@
<?php
-namespace Api;
+namespace Kanboard\Api;
-use Core\ObjectStorage\ObjectStorageException;
+use Kanboard\Core\ObjectStorage\ObjectStorageException;
/**
* File API controller
@@ -10,7 +10,7 @@ use Core\ObjectStorage\ObjectStorageException;
* @package api
* @author Frederic Guillot
*/
-class File extends \Core\Base
+class File extends \Kanboard\Core\Base
{
public function getFile($file_id)
{