@@ -71,7 +71,7 @@ |
||
71 | 71 | if ($pathinfo['filename'] == $username) { |
72 | 72 | $newFile = new File(); |
73 | 73 | $newFile->is_public = $this->imagePublic; |
74 | - $newFile->fromFile(storage_path('app/media' . $file->path)); |
|
74 | + $newFile->fromFile(storage_path('app/media'.$file->path)); |
|
75 | 75 | |
76 | 76 | return $newFile; |
77 | 77 | } |