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;