Update src/Appwrite/Platform/Services/Tasks.php

Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
Bradley Schofield
2024-01-24 14:45:17 +00:00
committed by GitHub
co-authored by Christy Jacob
parent 448b3b0cc0
commit 351abe50d3
+1 -1
View File
@@ -21,7 +21,7 @@ use Appwrite\Platform\Tasks\Upgrade;
use Appwrite\Platform\Tasks\DeleteOrphanedProjects;
use Appwrite\Platform\Tasks\GetMigrationStats;
use Appwrite\Platform\Tasks\PatchRecreateRepositoriesDocuments;
use Appwrite\Platform\Tasks\RetryJobs;
use Appwrite\Platform\Tasks\QueueRetry;
class Tasks extends Service
{