]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove non-required getter
authorLukas Reschke <lukas@statuscode.ch>
Mon, 31 Oct 2016 17:45:13 +0000 (18:45 +0100)
committerLukas Reschke <lukas@statuscode.ch>
Mon, 31 Oct 2016 17:45:13 +0000 (18:45 +0100)
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
lib/private/Server.php

index 6e481e1d3bf9ddb0db4c995f8e9a6ac16f5ba29a..3ea358498da16351afa2bbfb8603b0a3195b687e 100644 (file)
@@ -1025,13 +1025,6 @@ class Server extends ServerContainer implements IServerContainer {
                return $this->query('AppFetcher');
        }
 
-       /**
-        * @return CategoryFetcher
-        */
-       public function getCategoryFetcher() {
-               return $this->query('CategoryFetcher');
-       }
-
        /**
         * Returns an ICache instance. Since 8.1.0 it returns a fake cache. Use
         * getMemCacheFactory() instead.