summaryrefslogtreecommitdiffstats
path: root/lib/Notification/Listener.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-09-05 14:29:09 +0200
committerJoas Schilling <coding@schilljs.com>2019-09-05 14:29:09 +0200
commitd4fc586f1a796b8cb19cff543b668470556e44b2 (patch)
treeca88292e6d2b903e045f5d5758b61f975d103bb9 /lib/Notification/Listener.php
parent7168522ece988505d0ed40a89f9ae238b8bf4ff6 (diff)
Bye Spreed, hello Talk!
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Notification/Listener.php')
-rw-r--r--lib/Notification/Listener.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Notification/Listener.php b/lib/Notification/Listener.php
index f98b3f8c8..bb55d5ccf 100644
--- a/lib/Notification/Listener.php
+++ b/lib/Notification/Listener.php
@@ -20,9 +20,9 @@ declare(strict_types=1);
*
*/
-namespace OCA\Spreed\Notification;
+namespace OCA\Talk\Notification;
-use OCA\Spreed\Room;
+use OCA\Talk\Room;
use OCP\AppFramework\Utility\ITimeFactory;
use OCP\Notification\IManager;
use OCP\ILogger;