update 1.0.8.0
Commits for version update
This commit is contained in:
@@ -18,6 +18,7 @@ class Decoder extends \Intervention\Image\AbstractDecoder
|
||||
|
||||
try {
|
||||
|
||||
$core->setBackgroundColor(new \ImagickPixel('transparent'));
|
||||
$core->readImage($path);
|
||||
$core->setImageType(\Imagick::IMGTYPE_TRUECOLORMATTE);
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ class Response
|
||||
|
||||
if (function_exists('app') && is_a($app = app(), 'Illuminate\Foundation\Application')) {
|
||||
|
||||
$response = \Response::make($data);
|
||||
$response = \Illuminate\Support\Facades\Response::make($data);
|
||||
$response->header('Content-Type', $mime);
|
||||
$response->header('Content-Length', $length);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user