This app still uses `OC_App` which is scheduled for removal. This usage: https://github.com/nextcloud/app_api/blob/3df483f311fb21ccec257d8289749428957d02d6/lib/Controller/ExAppsPageController.php#L466 Should be migrated to: ```diff - $appId = OC_App::cleanAppId($appId); + $appId = $this->appManager->cleanAppId($appId); ``` cc @oleksandr-nc
This app still uses
OC_Appwhich is scheduled for removal.This usage:
app_api/lib/Controller/ExAppsPageController.php
Line 466 in 3df483f
Should be migrated to:
cc @oleksandr-nc