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:
authorJoas Schilling <coding@schilljs.com>2019-09-05 15:29:09 +0300
committerJoas Schilling <coding@schilljs.com>2019-09-05 15:29:09 +0300
commitd4fc586f1a796b8cb19cff543b668470556e44b2 (patch)
treeca88292e6d2b903e045f5d5758b61f975d103bb9 /lib/PublicShareAuth/Listener.php
parent7168522ece988505d0ed40a89f9ae238b8bf4ff6 (diff)
Bye Spreed, hello Talk!
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/PublicShareAuth/Listener.php')
-rw-r--r--lib/PublicShareAuth/Listener.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/PublicShareAuth/Listener.php b/lib/PublicShareAuth/Listener.php
index 94999497a..1c4db6587 100644
--- a/lib/PublicShareAuth/Listener.php
+++ b/lib/PublicShareAuth/Listener.php
@@ -21,11 +21,11 @@ declare(strict_types=1);
*
*/
-namespace OCA\Spreed\PublicShareAuth;
+namespace OCA\Talk\PublicShareAuth;
-use OCA\Spreed\Exceptions\ParticipantNotFoundException;
-use OCA\Spreed\Participant;
-use OCA\Spreed\Room;
+use OCA\Talk\Exceptions\ParticipantNotFoundException;
+use OCA\Talk\Participant;
+use OCA\Talk\Room;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\EventDispatcher\GenericEvent;