diff --git a/src/Appwrite/Platform/Tasks/Specs.php b/src/Appwrite/Platform/Tasks/Specs.php index 6d83f5053d..d909b697bc 100644 --- a/src/Appwrite/Platform/Tasks/Specs.php +++ b/src/Appwrite/Platform/Tasks/Specs.php @@ -3,9 +3,9 @@ namespace Appwrite\Platform\Tasks; use Appwrite\SDK\AuthType; -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 8396f5cb7c..7629d497ba 100644 --- a/src/Appwrite/Specification/Format.php +++ b/src/Appwrite/SDK/Specification/Format.php @@ -1,6 +1,6 @@