Skip to content

Commit a0b77ab

Browse files
committed
refactor(dav): remove unused server property in SignatureStatusPlugin
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 11eb048 commit a0b77ab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/Dav/SignatureStatusPlugin.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616
use Sabre\DAV\ServerPlugin;
1717

1818
class SignatureStatusPlugin extends ServerPlugin {
19-
protected $server;
20-
2119
public function initialize(Server $server): void {
22-
$this->server = $server;
2320
$server->on('propFind', [$this, 'propFind']);
2421
}
2522

0 commit comments

Comments
 (0)