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