active visible on shelves

This commit is contained in:
Ludovic CANDELLIER
2022-02-17 12:27:20 +01:00
parent 9e064bcd74
commit 5701985734
3 changed files with 15 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ class Categories
public static function getTreeVisibles()
{
$tree = Category::get()->toTree();
return CategoryTrees::getTreeVisibles();
}
public static function getTree()