summaryrefslogtreecommitdiffstats
path: root/lib/Service/InstanceService.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/InstanceService.php')
-rw-r--r--lib/Service/InstanceService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/InstanceService.php b/lib/Service/InstanceService.php
index 55305934..4c756253 100644
--- a/lib/Service/InstanceService.php
+++ b/lib/Service/InstanceService.php
@@ -31,12 +31,12 @@ declare(strict_types=1);
namespace OCA\Social\Service;
-use OCA\Social\Tools\Traits\TArrayTools;
use OCA\Social\AppInfo\Application;
use OCA\Social\Db\InstancesRequest;
use OCA\Social\Exceptions\InstanceDoesNotExistException;
use OCA\Social\Model\ActivityPub\ACore;
use OCA\Social\Model\Instance;
+use OCA\Social\Tools\Traits\TArrayTools;
use OCP\IConfig;
class InstanceService {