From bdaba2e34aadbbd6ecffaba51d45a519525c7e1d Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Fri, 11 Feb 2022 00:05:57 +0000 Subject: [PATCH] fix validator --- app/controllers/api/storage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/storage.php b/app/controllers/api/storage.php index f5c73198b8..ff0ae96aa7 100644 --- a/app/controllers/api/storage.php +++ b/app/controllers/api/storage.php @@ -2,7 +2,7 @@ use Appwrite\Auth\Auth; use Appwrite\ClamAV\Network; -use Appwrite\Database\Validator\CustomId; +use Appwrite\Utopia\Database\Validator\CustomId; use Appwrite\OpenSSL\OpenSSL; use Appwrite\Utopia\Response; use Utopia\App;