summaryrefslogtreecommitdiffstats
path: root/lib/Db/StreamTagsRequest.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/StreamTagsRequest.php')
-rw-r--r--lib/Db/StreamTagsRequest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Db/StreamTagsRequest.php b/lib/Db/StreamTagsRequest.php
index 8cbe57c2..75145a0c 100644
--- a/lib/Db/StreamTagsRequest.php
+++ b/lib/Db/StreamTagsRequest.php
@@ -31,11 +31,11 @@ declare(strict_types=1);
namespace OCA\Social\Db;
-use OCA\Social\Tools\Traits\TStringTools;
use OCA\Social\Model\ActivityPub\Object\Note;
use OCA\Social\Model\ActivityPub\Stream;
-use OCP\Server;
+use OCA\Social\Tools\Traits\TStringTools;
use OCP\DB\Exception as DBException;
+use OCP\Server;
use Psr\Log\LoggerInterface;
/**