@@ -436,9 +436,9 @@ |
||
436 | 436 | $temporaryUrl = $this->getTemporaryUrl($path, Carbon::now()->addMinutes(5)); |
437 | 437 | |
438 | 438 | $stream = $this->getHttpClient() |
439 | - ->get($temporaryUrl, ['stream' => true]) |
|
440 | - ->getBody() |
|
441 | - ->detach(); |
|
439 | + ->get($temporaryUrl, ['stream' => true]) |
|
440 | + ->getBody() |
|
441 | + ->detach(); |
|
442 | 442 | |
443 | 443 | return ['stream' => $stream]; |
444 | 444 | } catch (ServiceResponseException $e) { |