1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00

remove adapter

This commit is contained in:
Damodar Lohani 2021-06-17 13:46:19 +05:45
parent cdd83bf292
commit 7ec21d5c5e

View file

@ -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 */