From f4734a92d3c55653308b843ef6968f1db33839b4 Mon Sep 17 00:00:00 2001 From: marcio1002 Date: Wed, 25 Oct 2023 17:26:25 -0300 Subject: [PATCH] change --- app/Imports/UsersWithSmartUsersImport.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);