@@ -55,7 +55,7 @@ |
||
| 55 | 55 | $filename .= File::getStreamExt($contents); |
| 56 | 56 | } |
| 57 | 57 | |
| 58 | - file_put_contents($directory . '/' . $filename, $contents); |
|
| 58 | + file_put_contents($directory.'/'.$filename, $contents); |
|
| 59 | 59 | |
| 60 | 60 | return $filename; |
| 61 | 61 | } |