mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-13 08:45:01 +00:00
UI Fixes part III.
This commit is contained in:
@@ -9,7 +9,7 @@ class StoreFileExifMetadataAction
|
||||
$exif_data = get_image_meta_data($file);
|
||||
|
||||
if ($exif_data) {
|
||||
// Conver array to collection
|
||||
// Convert array to collection
|
||||
$data = json_decode(json_encode($exif_data));
|
||||
|
||||
$item->exif()->create([
|
||||
|
||||
Reference in New Issue
Block a user