Skip to content

Commit

Permalink
Merge pull request #64 from advisors-excel-llc/develop
Browse files Browse the repository at this point in the history
Develop to Master
  • Loading branch information
Chris authored Dec 13, 2019
2 parents 8f26e5e + 708841a commit f66cfe9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Bulk/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
);

Expand Down

0 comments on commit f66cfe9

Please sign in to comment.