diff options
Diffstat (limited to 'lib/private/Notification')
-rw-r--r-- | lib/private/Notification/Action.php | 1 | ||||
-rw-r--r-- | lib/private/Notification/Manager.php | 1 | ||||
-rw-r--r-- | lib/private/Notification/Notification.php | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/lib/private/Notification/Action.php b/lib/private/Notification/Action.php index 93029bcd7ac..a04f622c3cb 100644 --- a/lib/private/Notification/Action.php +++ b/lib/private/Notification/Action.php @@ -25,7 +25,6 @@ declare(strict_types=1); namespace OC\Notification; - use OCP\Notification\IAction; class Action implements IAction { diff --git a/lib/private/Notification/Manager.php b/lib/private/Notification/Manager.php index b8b549663b1..3a19b0f49e6 100644 --- a/lib/private/Notification/Manager.php +++ b/lib/private/Notification/Manager.php @@ -27,7 +27,6 @@ declare(strict_types=1); namespace OC\Notification; - use OCP\AppFramework\QueryException; use OCP\ILogger; use OCP\Notification\AlreadyProcessedException; diff --git a/lib/private/Notification/Notification.php b/lib/private/Notification/Notification.php index 3e3a15a4f8a..8ac4e19b7d1 100644 --- a/lib/private/Notification/Notification.php +++ b/lib/private/Notification/Notification.php @@ -27,7 +27,6 @@ declare(strict_types=1); namespace OC\Notification; - use OCP\Notification\IAction; use OCP\Notification\INotification; use OCP\RichObjectStrings\InvalidObjectExeption; |