aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/lib/Controller/NotificationsController.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/lib/Controller/NotificationsController.php')
-rw-r--r--apps/comments/lib/Controller/NotificationsController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/lib/Controller/NotificationsController.php b/apps/comments/lib/Controller/NotificationsController.php
index b0255e62639..cc37dc628be 100644
--- a/apps/comments/lib/Controller/NotificationsController.php
+++ b/apps/comments/lib/Controller/NotificationsController.php
@@ -25,10 +25,10 @@
namespace OCA\Comments\Controller;
use OCP\AppFramework\Controller;
+use OCP\AppFramework\Http;
use OCP\AppFramework\Http\Attribute\IgnoreOpenAPI;
use OCP\AppFramework\Http\NotFoundResponse;
use OCP\AppFramework\Http\RedirectResponse;
-use OCP\AppFramework\Http;
use OCP\Comments\IComment;
use OCP\Comments\ICommentsManager;
use OCP\Files\IRootFolder;