Skip to content

Commit

Permalink
Merge pull request #42151 from nextcloud/chore/dav/dead-server-get-sa…
Browse files Browse the repository at this point in the history
…bre-server

chore(dav): Remove dead \OCA\DAV\Server::getSabreServer
  • Loading branch information
miaulalala authored Dec 11, 2023
2 parents 60663e9 + 97f2430 commit fce5fec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/dav/lib/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,4 @@ private function requestIsForSubtree(array $subTrees): bool {
return false;
}

public function getSabreServer(): Connector\Sabre\Server {
return $this->server;
}
}

0 comments on commit fce5fec

Please sign in to comment.