diff --git a/app/Controller/v3/CategoryController.php b/app/Controller/v3/CategoryController.php index c80dd34..d14e72f 100644 --- a/app/Controller/v3/CategoryController.php +++ b/app/Controller/v3/CategoryController.php @@ -75,6 +75,6 @@ class CategoryController extends BaseController public function third() { $categoryId = $this->request->input('category_id'); - return $this->success($this->categoryService->getByParentId($categoryId)); + return $this->success($this->categoryService->getThird($categoryId)); } } \ No newline at end of file