We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60688f6 + 39dfb6f commit 66cfc42Copy full SHA for 66cfc42
src/Directory.php
@@ -44,7 +44,7 @@ public function ls(): PromiseInterface
44
continue;
45
}
46
47
- $promises[] = $filesystem->detect($this->path . $this->name . DIRECTORY_SEPARATOR . $node);
+ $promises[] = $filesystem->detect($path . DIRECTORY_SEPARATOR . $node);
48
49
50
return $promises;
0 commit comments