mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
parent
999d6687ca
commit
ed09f6c0b7
3 changed files with 15 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue