mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
Generate multiple avatar sizes for better performance loading and frugal traffic
This commit is contained in:
@@ -31,7 +31,6 @@ use Illuminate\Database\Eloquent\Relations\BelongsToMany;
|
||||
* @property string color
|
||||
* @property string emoji
|
||||
* @property string author
|
||||
* @property string author_id
|
||||
* @property string created_at
|
||||
* @property string updated_at
|
||||
* @property string deleted_at
|
||||
@@ -58,10 +57,6 @@ class Folder extends Model
|
||||
'team_folder' => 'boolean',
|
||||
];
|
||||
|
||||
protected $hidden = [
|
||||
'author_id',
|
||||
];
|
||||
|
||||
public $sortable = [
|
||||
'name',
|
||||
'created_at',
|
||||
|
||||
Reference in New Issue
Block a user