aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/notifier.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/lib/notifier.php')
-rw-r--r--apps/files_sharing/lib/notifier.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/lib/notifier.php b/apps/files_sharing/lib/notifier.php
index c5c56151458..802f22e44c5 100644
--- a/apps/files_sharing/lib/notifier.php
+++ b/apps/files_sharing/lib/notifier.php
@@ -22,8 +22,8 @@
namespace OCA\Files_Sharing;
-use OC\Notification\INotification;
-use OC\Notification\INotifier;
+use OCP\Notification\INotification;
+use OCP\Notification\INotifier;
class Notifier implements INotifier {
/** @var \OCP\L10N\IFactory */