diff --git a/src/Appwrite/Platform/Appwrite.php b/src/Appwrite/Platform/Appwrite.php index 187cabdeea..9ef6f38c36 100644 --- a/src/Appwrite/Platform/Appwrite.php +++ b/src/Appwrite/Platform/Appwrite.php @@ -2,6 +2,7 @@ namespace Appwrite\Platform; +use Appwrite\Platform\Services\Tasks; use Utopia\Platform\Platform; class Appwrite extends Platform diff --git a/src/Appwrite/Platform/Tasks.php b/src/Appwrite/Platform/Services/Tasks.php similarity index 96% rename from src/Appwrite/Platform/Tasks.php rename to src/Appwrite/Platform/Services/Tasks.php index 2ca169a201..7f6a062ed4 100644 --- a/src/Appwrite/Platform/Tasks.php +++ b/src/Appwrite/Platform/Services/Tasks.php @@ -1,6 +1,6 @@