summaryrefslogtreecommitdiffstats
path: root/lib/private/notification/manager.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/notification/manager.php')
-rw-r--r--lib/private/notification/manager.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/private/notification/manager.php b/lib/private/notification/manager.php
index 239b5bfe5c7..a14a1deec0c 100644
--- a/lib/private/notification/manager.php
+++ b/lib/private/notification/manager.php
@@ -22,6 +22,11 @@
namespace OC\Notification;
+use OCP\Notification\IApp;
+use OCP\Notification\IManager;
+use OCP\Notification\INotification;
+use OCP\Notification\INotifier;
+
class Manager implements IManager {
/** @var IApp */
protected $apps;