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.
1 parent 60688f6 commit 39dfb6fCopy full SHA for 39dfb6f
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