1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-21 21:15:11 +02:00

Merge branch 'master' into patch-2

This commit is contained in:
Oliver Vogel
2017-01-20 18:22:06 +01:00
committed by GitHub

View File

@@ -72,6 +72,7 @@ abstract class AbstractDecoder
$context = stream_context_create($options);
if ($data = @file_get_contents($url, false, $context)) {
return $this->initFromBinary($data);
}