Add (serp ai gen)
Add (scheduler)
This commit is contained in:
@@ -36,6 +36,7 @@ class Category extends Model
|
||||
'_lft' => 'int',
|
||||
'_rgt' => 'int',
|
||||
'parent_id' => 'int',
|
||||
'serp_at' => 'datetime',
|
||||
];
|
||||
|
||||
protected $fillable = [
|
||||
@@ -46,6 +47,7 @@ class Category extends Model
|
||||
'_lft',
|
||||
'_rgt',
|
||||
'parent_id',
|
||||
'serp_at',
|
||||
];
|
||||
|
||||
protected static function boot()
|
||||
|
||||
Reference in New Issue
Block a user