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/Service/CommandService.php
parent7168522ece988505d0ed40a89f9ae238b8bf4ff6 (diff)
Bye Spreed, hello Talk!
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Service/CommandService.php')
-rw-r--r--lib/Service/CommandService.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Service/CommandService.php b/lib/Service/CommandService.php
index 78fdb2b74..2f40b3f9c 100644
--- a/lib/Service/CommandService.php
+++ b/lib/Service/CommandService.php
@@ -20,12 +20,12 @@ declare(strict_types=1);
*
*/
-namespace OCA\Spreed\Service;
+namespace OCA\Talk\Service;
-use OCA\Spreed\Chat\Command\ShellExecutor;
-use OCA\Spreed\Model\Command;
-use OCA\Spreed\Model\CommandMapper;
+use OCA\Talk\Chat\Command\ShellExecutor;
+use OCA\Talk\Model\Command;
+use OCA\Talk\Model\CommandMapper;
use OCP\AppFramework\Db\DoesNotExistException;
class CommandService {