Update Image Util

pull/1984/head
Daniel Supernault 5 years ago
parent 0e6f4270dd
commit 0b7c5d6d37
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -118,7 +118,7 @@ class Image
$constraint->aspectRatio();
});
} else {
if(config('media.exif.database', false) == true) {
if(config('media.exif.database', false) == true && $metadata) {
$meta = [];
$keys = [
"COMPUTED",

Loading…
Cancel
Save