diff --git a/src/Bulk/Client.php b/src/Bulk/Client.php index 244a9d2..9b1e2bf 100644 --- a/src/Bulk/Client.php +++ b/src/Bulk/Client.php @@ -326,10 +326,7 @@ public function getResult(JobInfo $job, string $batchId, string $resultId): Stre $response = $this->send( new Request( "GET", - "$basePath/{$job->getId()}/batch/$batchId/result/$resultId", - [ - 'save_to' => stream_for(fopen('php://temp', 'w')), - ] + "$basePath/{$job->getId()}/batch/$batchId/result/$resultId" ) );