From 3f43e239c0082db5ab6f504dd17a93eb52fe9f17 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Thu, 11 Apr 2024 05:06:37 +0000 Subject: [PATCH] fixed --- src/Appwrite/Platform/Tasks/SDKs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Tasks/SDKs.php b/src/Appwrite/Platform/Tasks/SDKs.php index bc829bebfd..4010410bd0 100644 --- a/src/Appwrite/Platform/Tasks/SDKs.php +++ b/src/Appwrite/Platform/Tasks/SDKs.php @@ -22,10 +22,10 @@ use Appwrite\SDK\Language\Swift; use Appwrite\SDK\Language\Web; use Appwrite\SDK\SDK; use Appwrite\Spec\Swagger2; +use Exception; use Utopia\CLI\Console; use Utopia\Config\Config; use Utopia\Platform\Action; -use Exception; class SDKs extends Action {