This commit is contained in:
2019-05-31 00:02:53 -05:00
parent 87f3e767e4
commit 722f034830
4 changed files with 36 additions and 34 deletions

View File

@@ -20,6 +20,6 @@ class JobProcessStructure extends Model
protected $fillable = [
'charId',
'corpId',
'structure',
'page',
];
}