diff --git a/app/Imports/UsersWithSmartUsersImport.php b/app/Imports/UsersWithSmartUsersImport.php index 39af0d4..51b6699 100644 --- a/app/Imports/UsersWithSmartUsersImport.php +++ b/app/Imports/UsersWithSmartUsersImport.php @@ -115,7 +115,8 @@ class UsersWithSmartUsersImport implements ToCollection $picture = new File($temp_file_path); $pathS3 = "avatars/{$picture->hashName()}"; - Storage::disk('s3')->missing($pathS3) && Storage::disk('s3')->put($pathS3, $picture->getContent()); + Storage::disk('s3')->missing($pathS3) && + Storage::disk('s3')->put($pathS3, $picture->getContent()); $filename = \preg_replace("/\.[^\.]+$/", "", $filename);