Skip to content

Commit 2eff890

Browse files
authored
Applied fixes from StyleCI (#37)
1 parent 95dbb1d commit 2eff890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UrlGenerators/LocalUrlGenerator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function getPublicPath()
5050
if ($this->isInWebroot()) {
5151
$path = str_replace(public_path(), '', $this->getAbsolutePath());
5252
} else {
53-
$path = rtrim($this->getDiskConfig('prefix', 'storage'), '/') . '/' . $this->media->getDiskPath();
53+
$path = rtrim($this->getDiskConfig('prefix', 'storage'), '/').'/'.$this->media->getDiskPath();
5454
}
5555

5656
return $this->cleanDirectorySeparators($path);

0 commit comments

Comments
 (0)