@@ -288,7 +288,7 @@ |
||
288 | 288 | return $path; |
289 | 289 | } |
290 | 290 | |
291 | - if($this->storage){ |
|
291 | + if ($this->storage) { |
|
292 | 292 | return $this->storage->url($path); |
293 | 293 | } |
294 | 294 |