Update Image Util

This commit is contained in:
Daniel Supernault 2020-01-31 19:53:33 -07:00
parent 0e6f4270dd
commit 0b7c5d6d37
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

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