We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 529b01c commit 71d6118Copy full SHA for 71d6118
Uploader/Storage/GaufretteOrphanageStorage.php
@@ -68,7 +68,8 @@ public function uploadFiles()
68
69
public function getFiles()
70
{
71
- $keys = $this->chunkStorage->getFilesystem()->listKeys($this->getPath())['keys'];
+ $keys = $this->chunkStorage->getFilesystem()->listKeys($this->getPath());
72
+ $keys = $keys['keys'];
73
$files = array();
74
75
foreach ($keys as $key) {
0 commit comments