We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95dbb1d commit 2eff890Copy full SHA for 2eff890
src/UrlGenerators/LocalUrlGenerator.php
@@ -50,7 +50,7 @@ public function getPublicPath()
50
if ($this->isInWebroot()) {
51
$path = str_replace(public_path(), '', $this->getAbsolutePath());
52
} else {
53
- $path = rtrim($this->getDiskConfig('prefix', 'storage'), '/') . '/' . $this->media->getDiskPath();
+ $path = rtrim($this->getDiskConfig('prefix', 'storage'), '/').'/'.$this->media->getDiskPath();
54
}
55
56
return $this->cleanDirectorySeparators($path);
0 commit comments