mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-24 15:04:19 +00:00
Merge branch 'dillon/34.1-jenkins-vapor' into vapor/development
This commit is contained in:
+3
-2
@@ -10,6 +10,7 @@ use App\Classes\ValueObjects\Constants\DocumentType;
|
||||
use App\Models\Company;
|
||||
use App\Models\Group;
|
||||
use Carbon\Carbon;
|
||||
use Illuminate\Support\Facades\Http;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
|
||||
class BulkDownloadSupplierWhiteFormsLogic
|
||||
@@ -77,8 +78,8 @@ class BulkDownloadSupplierWhiteFormsLogic
|
||||
$filePathForS3,
|
||||
Carbon::now()->addMinutes(60)
|
||||
);
|
||||
$fileContents = file_get_contents($temporaryUrl);
|
||||
echo $fileContents;
|
||||
$response = Http::get($temporaryUrl);
|
||||
echo $response->getBody()->getContents();
|
||||
}, $zipFileName);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user