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
parent 448b3b0cc0
commit 351abe50d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
{