Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Events/ModifyLobbyEvent.php')
-rw-r--r--lib/Events/ModifyLobbyEvent.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Events/ModifyLobbyEvent.php b/lib/Events/ModifyLobbyEvent.php
index 810109c3e..e4c3ef19d 100644
--- a/lib/Events/ModifyLobbyEvent.php
+++ b/lib/Events/ModifyLobbyEvent.php
@@ -1,4 +1,5 @@
<?php
+
declare(strict_types=1);
/**
* @copyright Copyright (c) 2019 Joas Schilling <coding@schilljs.com>
@@ -22,9 +23,7 @@ declare(strict_types=1);
namespace OCA\Talk\Events;
-
use OCA\Talk\Room;
-use OCP\EventDispatcher\Event;
class ModifyLobbyEvent extends ModifyRoomEvent {