From 7ec21d5c5e8d8a3148f1631d5552f23db6f42c85 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Thu, 17 Jun 2021 13:46:19 +0545 Subject: [PATCH] remove adapter --- 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 d9817b3850..6e0b0f4c53 100644 --- a/app/controllers/api/storage.php +++ b/app/controllers/api/storage.php @@ -159,7 +159,7 @@ App::put('/v1/storage/buckets/:bucketId') ->inject('response') ->inject('dbForInternal') ->inject('audits') - ->action(function ($bucketId, $name, $read, $write, $maximumFileSize, $allowedFileExtensions, $enabled, $adapter, $encryption, $antiVirus, $response, $dbForInternal, $audits) { + ->action(function ($bucketId, $name, $read, $write, $maximumFileSize, $allowedFileExtensions, $enabled, $encryption, $antiVirus, $response, $dbForInternal, $audits) { /** @var Appwrite\Utopia\Response $response */ /** @var Utopia\Database\Database $dbForInternal */ /** @var Appwrite\Event\Event $audits */