diff --git a/build/api/module/categoryController.php b/build/api/module/categoryController.php index fab1963..8335bcf 100644 --- a/build/api/module/categoryController.php +++ b/build/api/module/categoryController.php @@ -18,7 +18,7 @@ class categoryController $idCat = 0; extract($args); - /** @var \database\repo\formation $repo */ + /** @var \database\repo\category $repo */ $repo = Repo::getRepo("category"); return ["data" => $repo->getStats($idCat)];