bugfix
This commit is contained in:
parent
79da633600
commit
b2faf0e736
|
@ -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)];
|
||||||
|
|
Loading…
Reference in New Issue