From 58751bbdf1990d9db8484049a30271dc84ca9383 Mon Sep 17 00:00:00 2001 From: Hemachandar Date: Tue, 23 Dec 2025 16:49:35 +0530 Subject: [PATCH] lint --- src/Appwrite/Platform/Services/Tasks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Services/Tasks.php b/src/Appwrite/Platform/Services/Tasks.php index a7854e5cb6..941530d7ed 100644 --- a/src/Appwrite/Platform/Services/Tasks.php +++ b/src/Appwrite/Platform/Services/Tasks.php @@ -4,8 +4,8 @@ namespace Appwrite\Platform\Services; use Appwrite\Platform\Tasks\Doctor; use Appwrite\Platform\Tasks\Install; -use Appwrite\Platform\Tasks\Maintenance; use Appwrite\Platform\Tasks\Interval; +use Appwrite\Platform\Tasks\Maintenance; use Appwrite\Platform\Tasks\Migrate; use Appwrite\Platform\Tasks\QueueRetry; use Appwrite\Platform\Tasks\ScheduleExecutions;