From b2faf0e736f3dc60a45d4aa00a97e6ae04a1412f Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Mon, 5 Mar 2018 11:45:43 +0100 Subject: [PATCH] bugfix --- build/api/module/categoryController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)];