mirror of
https://github.com/Intervention/image.git
synced 2025-08-21 13:11:18 +02:00
Merge branch 'master' into patch-2
This commit is contained in:
@@ -72,6 +72,7 @@ abstract class AbstractDecoder
|
|||||||
|
|
||||||
$context = stream_context_create($options);
|
$context = stream_context_create($options);
|
||||||
|
|
||||||
|
|
||||||
if ($data = @file_get_contents($url, false, $context)) {
|
if ($data = @file_get_contents($url, false, $context)) {
|
||||||
return $this->initFromBinary($data);
|
return $this->initFromBinary($data);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user