Improve creator studio browsing and versioning
This commit is contained in:
@@ -26,6 +26,7 @@ class ArtworkVersion extends Model
|
||||
'height',
|
||||
'file_size',
|
||||
'change_note',
|
||||
'snapshot_json',
|
||||
'is_current',
|
||||
];
|
||||
|
||||
@@ -35,6 +36,7 @@ class ArtworkVersion extends Model
|
||||
'width' => 'integer',
|
||||
'height' => 'integer',
|
||||
'file_size' => 'integer',
|
||||
'snapshot_json' => 'array',
|
||||
];
|
||||
|
||||
public function artwork(): BelongsTo
|
||||
|
||||
Reference in New Issue
Block a user