Pārlūkot izejas kodu

Merge branch 'web_sannong_fr'

15313670163 4 dienas atpakaļ
vecāks
revīzija
f020b8a666
1 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  1. 4 1
      app/Model/JobHunting.php

+ 4 - 1
app/Model/JobHunting.php

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