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