|
@@ -18,7 +18,10 @@ class JobHunting extends Model
|
|
/**
|
|
/**
|
|
* The attributes that are mass assignable.
|
|
* The attributes that are mass assignable.
|
|
*/
|
|
*/
|
|
- protected array $fillable = [];
|
|
|
|
|
|
+ protected array $fillable = [
|
|
|
|
+ // 其他可填充字段
|
|
|
|
+ 'experience',
|
|
|
|
+ ];
|
|
|
|
|
|
/**
|
|
/**
|
|
* The attributes that should be cast to native types.
|
|
* The attributes that should be cast to native types.
|