mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
- refactored user_scope to author
- added author_id for future teams implementation
This commit is contained in:
@@ -34,6 +34,10 @@ class File extends Model
|
||||
'metadata' => 'array',
|
||||
];
|
||||
|
||||
protected $hidden = [
|
||||
'author_id'
|
||||
];
|
||||
|
||||
/**
|
||||
* Sortable columns
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user