Skip to content

Commit

Permalink
chore(dav): Remove dead \OCA\DAV\Server::getSabreServer
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Dec 11, 2023
1 parent 1f10b28 commit 97f2430
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 97f2430

Please sign in to comment.