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