diff options
Diffstat (limited to 'lib/public/Group/Events/BeforeGroupDeletedEvent.php')
-rw-r--r-- | lib/public/Group/Events/BeforeGroupDeletedEvent.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Group/Events/BeforeGroupDeletedEvent.php b/lib/public/Group/Events/BeforeGroupDeletedEvent.php index 8cfe28cf9d9..af44d4c054e 100644 --- a/lib/public/Group/Events/BeforeGroupDeletedEvent.php +++ b/lib/public/Group/Events/BeforeGroupDeletedEvent.php @@ -52,5 +52,4 @@ class BeforeGroupDeletedEvent extends Event { public function getGroup(): IGroup { return $this->group; } - } |