mirror of
https://github.com/nextcloud/server.git
synced 2026-02-26 11:31:13 -05:00
chore(legacy): Remove unused protected method in OC_Util
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
fd59e02a24
commit
09dcc87f05
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue