summaryrefslogtreecommitdiffstats
path: root/lib/Service/RequestQueueService.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/RequestQueueService.php')
-rw-r--r--lib/Service/RequestQueueService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/RequestQueueService.php b/lib/Service/RequestQueueService.php
index e1e76272..e6106e18 100644
--- a/lib/Service/RequestQueueService.php
+++ b/lib/Service/RequestQueueService.php
@@ -31,7 +31,6 @@ declare(strict_types=1);
namespace OCA\Social\Service;
-use OCA\Social\Tools\Traits\TArrayTools;
use OCA\Social\Db\RequestQueueRequest;
use OCA\Social\Exceptions\EmptyQueueException;
use OCA\Social\Exceptions\NoHighPriorityRequestException;
@@ -39,6 +38,7 @@ use OCA\Social\Exceptions\QueueStatusException;
use OCA\Social\Model\ActivityPub\ACore;
use OCA\Social\Model\InstancePath;
use OCA\Social\Model\RequestQueue;
+use OCA\Social\Tools\Traits\TArrayTools;
class RequestQueueService {
use TArrayTools;