aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Events/SabrePluginAddEvent.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/lib/Events/SabrePluginAddEvent.php')
-rw-r--r--apps/dav/lib/Events/SabrePluginAddEvent.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/apps/dav/lib/Events/SabrePluginAddEvent.php b/apps/dav/lib/Events/SabrePluginAddEvent.php
index 42ba7263e90..866fae2e224 100644
--- a/apps/dav/lib/Events/SabrePluginAddEvent.php
+++ b/apps/dav/lib/Events/SabrePluginAddEvent.php
@@ -19,15 +19,13 @@ use Sabre\DAV\Server;
*/
class SabrePluginAddEvent extends Event {
- /** @var Server */
- private $server;
-
/**
* @since 28.0.0
*/
- public function __construct(Server $server) {
+ public function __construct(
+ private Server $server,
+ ) {
parent::__construct();
- $this->server = $server;
}
/**