Update
This commit is contained in:
@@ -64,10 +64,21 @@ class MemeMedia extends Model
|
||||
'created_at',
|
||||
'updated_at',
|
||||
'deleted_at',
|
||||
'type',
|
||||
'sub_type',
|
||||
'original_id',
|
||||
'description',
|
||||
'mov_uuid',
|
||||
'webm_uuid',
|
||||
'gif_uuid',
|
||||
'webp_uuid',
|
||||
// 'mov_url',
|
||||
// 'webm_url',
|
||||
'embedding',
|
||||
];
|
||||
|
||||
protected $appends = [
|
||||
'ids',
|
||||
];
|
||||
|
||||
protected function ids(): Attribute
|
||||
|
||||
Reference in New Issue
Block a user