mirror of
https://github.com/Intervention/image.git
synced 2025-08-29 16:50:07 +02:00
bugfix
This commit is contained in:
@@ -70,7 +70,7 @@ class Source extends \Intervention\Image\AbstractSource
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
$image = $this->initFromGdResource($core);
|
$image = $this->initFromGdResource($resource);
|
||||||
$image->mime = finfo_buffer(finfo_open(FILEINFO_MIME_TYPE), $binary);
|
$image->mime = finfo_buffer(finfo_open(FILEINFO_MIME_TYPE), $binary);
|
||||||
|
|
||||||
return $image;
|
return $image;
|
||||||
|
Reference in New Issue
Block a user