Skip to content

Commit

Permalink
StyleCi formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
shadoWalker89 committed Nov 5, 2016
1 parent 0f1dbef commit 0e1692e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Filesystem/FilesystemAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public function url($path)
$flysystemConfig = $this->driver->getConfig();

if ($flysystemConfig->has('url_root')) {
return $flysystemConfig->get('url_root') .'/'. $path;
return $flysystemConfig->get('url_root').'/'.$path;
}

$path = '/storage/'.$path;
Expand Down

0 comments on commit 0e1692e

Please sign in to comment.