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:
authorIvan Sein <ivan@nextcloud.com>2019-09-11 15:57:03 +0300
committerGitHub <noreply@github.com>2019-09-11 15:57:03 +0300
commit0fe1bd6c94d6ab015f134323c9b032538a8dcc0a (patch)
tree092fc841dc24df6024bb325cd65b81a587f06a25 /lib/Room.php
parentab546a9d38093869d6be2b95663661325a07f15f (diff)
parent4c78c3d5fbaa887e10dd9d9be5c86b4ea0d420ee (diff)
Merge pull request #2155 from nextcloud/bye-spreed-hello-talk
Bye Spreed, hello Talk!
Diffstat (limited to 'lib/Room.php')
-rw-r--r--lib/Room.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Room.php b/lib/Room.php
index b5f54c29f..b9c8467d9 100644
--- a/lib/Room.php
+++ b/lib/Room.php
@@ -24,11 +24,11 @@ declare(strict_types=1);
*
*/
-namespace OCA\Spreed;
+namespace OCA\Talk;
-use OCA\Spreed\Exceptions\InvalidPasswordException;
-use OCA\Spreed\Exceptions\ParticipantNotFoundException;
-use OCA\Spreed\Exceptions\UnauthorizedException;
+use OCA\Talk\Exceptions\InvalidPasswordException;
+use OCA\Talk\Exceptions\ParticipantNotFoundException;
+use OCA\Talk\Exceptions\UnauthorizedException;
use OCP\AppFramework\Utility\ITimeFactory;
use OCP\Comments\IComment;
use OCP\DB\QueryBuilder\IQueryBuilder;