mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-24 09:50:39 +00:00
added search button for users admin page
This commit is contained in:
@@ -20,7 +20,9 @@ class UserSetting extends Model
|
||||
|
||||
protected $keyType = 'string';
|
||||
|
||||
protected $table = 'user_settings';
|
||||
protected $casts = [
|
||||
'id' => 'string',
|
||||
];
|
||||
|
||||
/**
|
||||
* Format avatar to full url
|
||||
|
||||
Reference in New Issue
Block a user