summaryrefslogtreecommitdiffstats
path: root/lib/public/Group/Events/BeforeGroupCreatedEvent.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Group/Events/BeforeGroupCreatedEvent.php')
-rw-r--r--lib/public/Group/Events/BeforeGroupCreatedEvent.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Group/Events/BeforeGroupCreatedEvent.php b/lib/public/Group/Events/BeforeGroupCreatedEvent.php
index 3385d1a9397..5ed5a5311e5 100644
--- a/lib/public/Group/Events/BeforeGroupCreatedEvent.php
+++ b/lib/public/Group/Events/BeforeGroupCreatedEvent.php
@@ -51,5 +51,4 @@ class BeforeGroupCreatedEvent extends Event {
public function getName(): string {
return $this->name;
}
-
}