mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
refactor: Apply rector changes
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
1afeb1c2d3
commit
bf729c53d7
1 changed files with 1 additions and 1 deletions
|
|
@ -113,6 +113,6 @@ class NaturalSort {
|
|||
* @return NaturalSort instance
|
||||
*/
|
||||
public static function getInstance(): NaturalSort {
|
||||
return \OCP\Server::get(NaturalSort::class);
|
||||
return Server::get(NaturalSort::class);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue