This commit is contained in:
ct
2025-06-20 23:40:27 +08:00
parent 201837441d
commit e8e3def103
7 changed files with 69 additions and 18 deletions

View File

@@ -47,6 +47,7 @@ class Category extends Model
'sample_captions' => 'array',
'keywords' => 'array',
'payload' => 'object',
'system_memes_generated_count' => 'int',
];
protected $fillable = [
@@ -61,6 +62,7 @@ class Category extends Model
'sample_captions',
'keywords',
'payload',
'system_memes_generated_count',
];
/**