diff --git a/src/Appwrite/Platform/Tasks/Specs.php b/src/Appwrite/Platform/Tasks/Specs.php index abb59eef8d..389e8b523f 100644 --- a/src/Appwrite/Platform/Tasks/Specs.php +++ b/src/Appwrite/Platform/Tasks/Specs.php @@ -4,9 +4,9 @@ namespace Appwrite\Platform\Tasks; use Appwrite\SDK\AuthType; use Appwrite\SDK\Method; -use Appwrite\Specification\Format\OpenAPI3; -use Appwrite\Specification\Format\Swagger2; -use Appwrite\Specification\Specification; +use Appwrite\SDK\Specification\Format\OpenAPI3; +use Appwrite\SDK\Specification\Format\Swagger2; +use Appwrite\SDK\Specification\Specification; use Appwrite\Utopia\Request as AppwriteRequest; use Appwrite\Utopia\Response as AppwriteResponse; use Exception; diff --git a/src/Appwrite/Specification/Format.php b/src/Appwrite/SDK/Specification/Format.php similarity index 99% rename from src/Appwrite/Specification/Format.php rename to src/Appwrite/SDK/Specification/Format.php index ecf8fa6eac..c9c0acc514 100644 --- a/src/Appwrite/Specification/Format.php +++ b/src/Appwrite/SDK/Specification/Format.php @@ -1,6 +1,6 @@