We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d91bdd + bf729c5 commit 9fd6c4aCopy full SHA for 9fd6c4a
1 file changed
lib/private/NaturalSort.php
@@ -113,6 +113,6 @@ public function compare($a, $b) {
113
* @return NaturalSort instance
114
*/
115
public static function getInstance(): NaturalSort {
116
- return \OCP\Server::get(NaturalSort::class);
+ return Server::get(NaturalSort::class);
117
}
118
0 commit comments