From f0bb300bd63c48f20747ef4eb48e0d539319029e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Thu, 12 May 2022 10:31:42 +0000 Subject: [PATCH] Import fix --- app/workers/certificates.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/workers/certificates.php b/app/workers/certificates.php index f1df74972..d07a678f9 100644 --- a/app/workers/certificates.php +++ b/app/workers/certificates.php @@ -5,6 +5,7 @@ use Appwrite\Network\Validator\CNAME; use Appwrite\Resque\Worker; use Utopia\App; use Utopia\CLI\Console; +use Utopia\Database\Database; use Utopia\Database\Document; use Utopia\Database\Query; use Utopia\Database\Validator\Authorization;