assets and structure job modifications

This commit is contained in:
2019-05-28 22:50:43 -05:00
parent 1e43122c3d
commit f479a7066c
4 changed files with 206 additions and 103 deletions

View File

@@ -19,7 +19,8 @@ class JobProcessStructure extends Model
*/
protected $fillable = [
'charId',
'corporationId',
'structure',
'corpId',
'page',
'esi',
];
}