Skip to content

Commit

Permalink
Applied fixes from StyleCI (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
frasmage authored Sep 30, 2016
1 parent 95dbb1d commit 2eff890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UrlGenerators/LocalUrlGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function getPublicPath()
if ($this->isInWebroot()) {
$path = str_replace(public_path(), '', $this->getAbsolutePath());
} else {
$path = rtrim($this->getDiskConfig('prefix', 'storage'), '/') . '/' . $this->media->getDiskPath();
$path = rtrim($this->getDiskConfig('prefix', 'storage'), '/').'/'.$this->media->getDiskPath();
}

return $this->cleanDirectorySeparators($path);
Expand Down

0 comments on commit 2eff890

Please sign in to comment.