diff options
Diffstat (limited to 'lib/public/User/Events/UserCreatedEvent.php')
-rw-r--r-- | lib/public/User/Events/UserCreatedEvent.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/User/Events/UserCreatedEvent.php b/lib/public/User/Events/UserCreatedEvent.php index 9c14c30981a..4d5bb2c5b79 100644 --- a/lib/public/User/Events/UserCreatedEvent.php +++ b/lib/public/User/Events/UserCreatedEvent.php @@ -70,5 +70,4 @@ class UserCreatedEvent extends Event { public function getPassword(): string { return $this->password; } - } |