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:
@@ -31,6 +31,10 @@ class Folder extends Model
|
||||
'emoji' => 'array',
|
||||
];
|
||||
|
||||
protected $hidden = [
|
||||
'author_id'
|
||||
];
|
||||
|
||||
/**
|
||||
* Sortable columns
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user