Update
This commit is contained in:
@@ -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',
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user