@@ -26,7 +26,7 @@ |
||
26 | 26 | public function getMediaFilesystemDiskName($collection = null) |
27 | 27 | { |
28 | 28 | $methodBase = 'generateMediaFilesystemDiskName'; |
29 | - $method = $methodBase. Str::camel($collection); |
|
29 | + $method = $methodBase . Str::camel($collection); |
|
30 | 30 | if (method_exists($this, $method)) { |
31 | 31 | return $this->{$method}($collection); |
32 | 32 | } |