Wire admin studio SSR and search infrastructure
This commit is contained in:
@@ -19,11 +19,13 @@ final class Tag extends Model
|
||||
'name',
|
||||
'slug',
|
||||
'usage_count',
|
||||
'artworks_count',
|
||||
'is_active',
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
'usage_count' => 'integer',
|
||||
'artworks_count' => 'integer',
|
||||
'is_active' => 'boolean',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user