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 9d2223f + 82c3059 commit ec17d61Copy full SHA for ec17d61
src/Drivers/FilesystemDriver.php
@@ -166,7 +166,8 @@ protected function remoteStashPath(): string
166
{
167
$dir = Arr::get($this->config, 'remote_directory');
168
169
- return $dir ? Str::finish($dir, '/') : $dir;
+ return $dir ? Str::finish($dir, '/') : '';
170
+ }
171
}
172
173
protected function localStashPath(): string
0 commit comments