(cq) remove unsed variable

This commit is contained in:
Simon Vieille 2022-08-21 13:53:40 +02:00 committed by Gitea
parent 80532ead63
commit 6347403ed7

View file

@ -53,7 +53,6 @@ class AppRepository
{
$navigation = $this->ocApp->getNavigation();
$appCategoriesCustom = $this->config->getAppValueArray('apps-categories-custom', '[]');
$categoriesCustom = $this->config->getAppValueArray('categories-custom', '[]');
$categories = $this->categoryRepository->getOrderedCategories();
$apps = $this->ocApp->listAllApps();
$visibleApps = [];