]> source.dussan.org Git - nextcloud-server.git/commitdiff
chore(dav): Remove dead \OCA\DAV\Server::getSabreServer 42151/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Mon, 11 Dec 2023 12:16:06 +0000 (13:16 +0100)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Mon, 11 Dec 2023 12:16:06 +0000 (13:16 +0100)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
apps/dav/lib/Server.php

index 4f00004fc83570ec9f66fb9e2e12c2e49bb837d5..dedb959c1cd6aa7a435df773dc7f9b528b171c87 100644 (file)
@@ -386,7 +386,4 @@ class Server {
                return false;
        }
 
-       public function getSabreServer(): Connector\Sabre\Server {
-               return $this->server;
-       }
 }