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