mirror of
https://github.com/Intervention/image.git
synced 2025-08-28 16:19:50 +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);
|
||||
|
||||
return $image;
|
||||
|
Reference in New Issue
Block a user