Skip to content

Commit d96c3d2

Browse files
committed
json workaround
1 parent 6c4ef01 commit d96c3d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/StorageApiIndexClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function __construct(string $connectionUrl, array $options = [])
1616

1717
public function getIndex(): array
1818
{
19-
$request = new Request('GET', 'v2/storage?exclude=components');
19+
$request = new Request('GET', 'v2/storage?exclude=components', [], '{}');
2020
return $this->sendRequest($request);
2121
}
2222

0 commit comments

Comments
 (0)