(cq) remove unsed variable

This commit is contained in:
Simon Vieille 2022-08-21 13:53:40 +02:00
parent 84b50710a6
commit 4676243b2e
Signed by: deblan
GPG key ID: 579388D585F70417

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 = [];