From 0e22b06f0a18a2b794b1f37ca2ebae00179db397 Mon Sep 17 00:00:00 2001 From: shimon Date: Tue, 28 Oct 2025 15:01:08 +0200 Subject: [PATCH] linter --- app/controllers/api/migrations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/migrations.php b/app/controllers/api/migrations.php index 1ea21f9bb5..db1b867a4b 100644 --- a/app/controllers/api/migrations.php +++ b/app/controllers/api/migrations.php @@ -19,8 +19,8 @@ use Utopia\Database\Exception\Order as OrderException; use Utopia\Database\Exception\Query as QueryException; use Utopia\Database\Helpers\ID; use Utopia\Database\Query; -use Utopia\Database\Validator\Query\Cursor; use Utopia\Database\Validator\Queries\Documents; +use Utopia\Database\Validator\Query\Cursor; use Utopia\Database\Validator\UID; use Utopia\Migration\Resource; use Utopia\Migration\Sources\Appwrite;