From ebd6b1b01336c7a08e9683986f2e1a6e44360768 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Tue, 4 Feb 2025 11:32:02 +0000 Subject: [PATCH] chore: added missing import --- .../Platform/Modules/Projects/Http/DevKeys/CreateDevKey.php | 1 + .../Platform/Modules/Projects/Http/DevKeys/DeleteDevKey.php | 1 + .../Platform/Modules/Projects/Http/DevKeys/GetDevKey.php | 1 + .../Platform/Modules/Projects/Http/DevKeys/ListDevKeys.php | 1 + .../Platform/Modules/Projects/Http/DevKeys/UpdateDevKey.php | 1 + 5 files changed, 5 insertions(+) diff --git a/src/Appwrite/Platform/Modules/Projects/Http/DevKeys/CreateDevKey.php b/src/Appwrite/Platform/Modules/Projects/Http/DevKeys/CreateDevKey.php index 3f28cd6f81..2d8b00a38f 100644 --- a/src/Appwrite/Platform/Modules/Projects/Http/DevKeys/CreateDevKey.php +++ b/src/Appwrite/Platform/Modules/Projects/Http/DevKeys/CreateDevKey.php @@ -3,6 +3,7 @@ namespace Appwrite\Platform\Modules\Projects\Http\DevKeys; use Appwrite\Extend\Exception; +use Appwrite\SDK\AuthType; use Appwrite\SDK\ContentType; use Appwrite\SDK\Method; use Appwrite\SDK\Response as SDKResponse; diff --git a/src/Appwrite/Platform/Modules/Projects/Http/DevKeys/DeleteDevKey.php b/src/Appwrite/Platform/Modules/Projects/Http/DevKeys/DeleteDevKey.php index a81382e280..ebfbd6639f 100644 --- a/src/Appwrite/Platform/Modules/Projects/Http/DevKeys/DeleteDevKey.php +++ b/src/Appwrite/Platform/Modules/Projects/Http/DevKeys/DeleteDevKey.php @@ -3,6 +3,7 @@ namespace Appwrite\Platform\Modules\Projects\Http\DevKeys; use Appwrite\Extend\Exception; +use Appwrite\SDK\AuthType; use Appwrite\SDK\ContentType; use Appwrite\SDK\Method; use Appwrite\SDK\Response as SDKResponse; diff --git a/src/Appwrite/Platform/Modules/Projects/Http/DevKeys/GetDevKey.php b/src/Appwrite/Platform/Modules/Projects/Http/DevKeys/GetDevKey.php index d67166c324..8ee46beee7 100644 --- a/src/Appwrite/Platform/Modules/Projects/Http/DevKeys/GetDevKey.php +++ b/src/Appwrite/Platform/Modules/Projects/Http/DevKeys/GetDevKey.php @@ -3,6 +3,7 @@ namespace Appwrite\Platform\Modules\Projects\Http\DevKeys; use Appwrite\Extend\Exception; +use Appwrite\SDK\AuthType; use Appwrite\SDK\ContentType; use Appwrite\SDK\Method; use Appwrite\SDK\Response as SDKResponse; diff --git a/src/Appwrite/Platform/Modules/Projects/Http/DevKeys/ListDevKeys.php b/src/Appwrite/Platform/Modules/Projects/Http/DevKeys/ListDevKeys.php index 9dc281ef07..eea1249b54 100644 --- a/src/Appwrite/Platform/Modules/Projects/Http/DevKeys/ListDevKeys.php +++ b/src/Appwrite/Platform/Modules/Projects/Http/DevKeys/ListDevKeys.php @@ -3,6 +3,7 @@ namespace Appwrite\Platform\Modules\Projects\Http\DevKeys; use Appwrite\Extend\Exception; +use Appwrite\SDK\AuthType; use Appwrite\SDK\ContentType; use Appwrite\SDK\Method; use Appwrite\SDK\Response as SDKResponse; diff --git a/src/Appwrite/Platform/Modules/Projects/Http/DevKeys/UpdateDevKey.php b/src/Appwrite/Platform/Modules/Projects/Http/DevKeys/UpdateDevKey.php index 3f7952c79d..3559d4edf4 100644 --- a/src/Appwrite/Platform/Modules/Projects/Http/DevKeys/UpdateDevKey.php +++ b/src/Appwrite/Platform/Modules/Projects/Http/DevKeys/UpdateDevKey.php @@ -3,6 +3,7 @@ namespace Appwrite\Platform\Modules\Projects\Http\DevKeys; use Appwrite\Extend\Exception; +use Appwrite\SDK\AuthType; use Appwrite\SDK\ContentType; use Appwrite\SDK\Method; use Appwrite\SDK\Response as SDKResponse;