mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
lint
This commit is contained in:
parent
16fb25ce5a
commit
cf90653deb
2 changed files with 2 additions and 2 deletions
|
|
@ -7,4 +7,4 @@ use Exception;
|
|||
// Exception thrown during certificate status retrieval
|
||||
class CertificateStatus extends Exception
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue