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/Capabilities.php
parent7168522ece988505d0ed40a89f9ae238b8bf4ff6 (diff)
Bye Spreed, hello Talk!
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Capabilities.php')
-rw-r--r--lib/Capabilities.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Capabilities.php b/lib/Capabilities.php
index 3f3cb4818..dd1327d99 100644
--- a/lib/Capabilities.php
+++ b/lib/Capabilities.php
@@ -22,9 +22,9 @@ declare(strict_types=1);
*
*/
-namespace OCA\Spreed;
+namespace OCA\Talk;
-use OCA\Spreed\Chat\ChatManager;
+use OCA\Talk\Chat\ChatManager;
use OCP\Capabilities\IPublicCapability;
use OCP\IConfig;
use OCP\IUser;