diff options
Diffstat (limited to 'lib/public/Group/Events/BeforeGroupCreatedEvent.php')
-rw-r--r-- | lib/public/Group/Events/BeforeGroupCreatedEvent.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Group/Events/BeforeGroupCreatedEvent.php b/lib/public/Group/Events/BeforeGroupCreatedEvent.php index b9bb1788f84..3385d1a9397 100644 --- a/lib/public/Group/Events/BeforeGroupCreatedEvent.php +++ b/lib/public/Group/Events/BeforeGroupCreatedEvent.php @@ -27,7 +27,6 @@ declare(strict_types=1); namespace OCP\Group\Events; use OCP\EventDispatcher\Event; -use OCP\IGroup; /** * @since 18.0.0 |