diff options
Diffstat (limited to 'lib/private/Authentication/Events/ARemoteWipeEvent.php')
-rw-r--r-- | lib/private/Authentication/Events/ARemoteWipeEvent.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Authentication/Events/ARemoteWipeEvent.php b/lib/private/Authentication/Events/ARemoteWipeEvent.php index 111c6cfeeef..8d28cc5c783 100644 --- a/lib/private/Authentication/Events/ARemoteWipeEvent.php +++ b/lib/private/Authentication/Events/ARemoteWipeEvent.php @@ -42,5 +42,4 @@ abstract class ARemoteWipeEvent extends Event { public function getToken(): IToken { return $this->token; } - } |