1
0
Fork 0
mirror of synced 2024-09-30 09:18:14 +13:00
This commit is contained in:
Damodar Lohani 2022-01-27 13:06:32 +05:45
parent 02aaa71c96
commit 6b1dbab7a4

View file

@ -479,7 +479,7 @@ trait StorageBase
'x-appwrite-project' => $this->getProject()['$id'],
], $this->getHeaders()), [
'fileId' => 'testcache',
'file' => new CURLFile(realpath(__DIR__ . '/../../../resources/disk-b/kitten-1.png'), 'image/png', 'logo.png'),
'file' => new CURLFile(realpath(__DIR__ . '/../../../resources/disk-b/kitten-2.png'), 'image/png', 'logo.png'),
'read' => ['role:all'],
'write' => ['role:all'],
]);