Add IShare::getServer

Fixes #91
This commit is contained in:
Robin Appelman 2020-05-15 17:28:48 +02:00
commit ed09f6c0b7
3 changed files with 15 additions and 0 deletions

View file

@ -350,6 +350,10 @@ class NativeShare extends AbstractShare {
return $share->notify($path);
}
public function getServer(): IServer {
return $this->server;
}
public function __destruct() {
unset($this->state);
}