chore(legacy): Remove unused protected method in OC_Util

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2025-04-01 15:38:40 +02:00 committed by Côme Chilliet
parent fd59e02a24
commit 09dcc87f05

View file

@ -25,10 +25,6 @@ class OC_Util {
public static $styles = [];
public static $headers = [];
protected static function getAppManager() {
return \OC::$server->getAppManager();
}
/**
* Setup the file system
*