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