1
0
Fork 0

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
1 changed files with 1 additions and 1 deletions

View File

@ -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",