diff --git a/app/controllers/api/projects.php b/app/controllers/api/projects.php index 493eb65dcb..839cc47554 100644 --- a/app/controllers/api/projects.php +++ b/app/controllers/api/projects.php @@ -5,9 +5,7 @@ use Appwrite\Database\Validator\CustomId; use Appwrite\Network\Validator\CNAME; use Appwrite\Network\Validator\Domain as DomainValidator; use Appwrite\Network\Validator\URL; -use Appwrite\Task\Validator\Cron; use Appwrite\Utopia\Response; -use Cron\CronExpression; use Utopia\App; use Utopia\Config\Config; use Utopia\Database\Document;