aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Group/Events/BeforeGroupDeletedEvent.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Group/Events/BeforeGroupDeletedEvent.php')
-rw-r--r--lib/public/Group/Events/BeforeGroupDeletedEvent.php1
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;
}
-
}