diff --git a/src/Intervention/Image/AbstractDecoder.php b/src/Intervention/Image/AbstractDecoder.php index b5d78ca2..9adc57f9 100644 --- a/src/Intervention/Image/AbstractDecoder.php +++ b/src/Intervention/Image/AbstractDecoder.php @@ -72,6 +72,7 @@ abstract class AbstractDecoder $context = stream_context_create($options); + if ($data = @file_get_contents($url, false, $context)) { return $this->initFromBinary($data); }