From bbcce5e0189ce396887765ab0268d6484dc49695 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Mon, 14 Nov 2022 10:10:47 +0000 Subject: [PATCH] refactor service namespace --- src/Appwrite/Platform/Appwrite.php | 1 + src/Appwrite/Platform/{ => Services}/Tasks.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) rename src/Appwrite/Platform/{ => Services}/Tasks.php (96%) 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 @@