This commit is contained in:
xdrm-brackets 2018-03-05 11:45:43 +01:00
parent 79da633600
commit b2faf0e736
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class categoryController
$idCat = 0; $idCat = 0;
extract($args); extract($args);
/** @var \database\repo\formation $repo */ /** @var \database\repo\category $repo */
$repo = Repo::getRepo("category"); $repo = Repo::getRepo("category");
return ["data" => $repo->getStats($idCat)]; return ["data" => $repo->getStats($idCat)];