refs #2056
This commit is contained in:
@ -211,7 +211,7 @@ abstract class DocumentTemplate extends Base
|
||||
$height = setting('invoice.logo_size_height');
|
||||
|
||||
if ($media) {
|
||||
$image->make($media->stream())->resize($width, $height)->encode();
|
||||
$image->make(Storage::get($path))->resize($width, $height)->encode();
|
||||
} else {
|
||||
$image->make($path)->resize($width, $height)->encode();
|
||||
}
|
||||
|
Reference in New Issue
Block a user