mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-24 09:50:39 +00:00
create separated exif metadata table for files
This commit is contained in:
@@ -108,6 +108,8 @@ class UserSetting extends Model
|
||||
static::creating(function ($user) {
|
||||
$user->id = Str::uuid();
|
||||
$user->color = config('vuefilemanager.colors')[rand(0, 5)];
|
||||
$user->emoji_type = 'twemoji';
|
||||
$user->theme_mode = 'system';
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user