summaryrefslogtreecommitdiffstats
path: root/lib/Db/ClientRequest.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/ClientRequest.php')
-rw-r--r--lib/Db/ClientRequest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Db/ClientRequest.php b/lib/Db/ClientRequest.php
index 162caada..12855ac3 100644
--- a/lib/Db/ClientRequest.php
+++ b/lib/Db/ClientRequest.php
@@ -31,12 +31,12 @@ declare(strict_types=1);
namespace OCA\Social\Db;
-use OCA\Social\Tools\Traits\TArrayTools;
use DateTime;
use Exception;
use OCA\Social\Exceptions\ClientNotFoundException;
use OCA\Social\Model\Client\SocialClient;
use OCA\Social\Service\ClientService;
+use OCA\Social\Tools\Traits\TArrayTools;
use OCP\DB\QueryBuilder\IQueryBuilder;
/**