This commit is contained in:
Hemachandar 2025-12-18 17:30:08 +05:30
parent 16fb25ce5a
commit cf90653deb
2 changed files with 2 additions and 2 deletions

View file

@ -7,4 +7,4 @@ use Exception;
// Exception thrown during certificate status retrieval
class CertificateStatus extends Exception
{
}
}

View file

@ -5,9 +5,9 @@ namespace Appwrite\Platform\Services;
use Appwrite\Platform\Tasks\Doctor;
use Appwrite\Platform\Tasks\Install;
use Appwrite\Platform\Tasks\Maintenance;
use Appwrite\Platform\Tasks\MaintenanceRules;
use Appwrite\Platform\Tasks\Migrate;
use Appwrite\Platform\Tasks\QueueRetry;
use Appwrite\Platform\Tasks\MaintenanceRules;
use Appwrite\Platform\Tasks\ScheduleExecutions;
use Appwrite\Platform\Tasks\ScheduleFunctions;
use Appwrite\Platform\Tasks\ScheduleMessages;