rewrite of job structure processing v2

This commit is contained in:
2019-05-30 23:21:36 -05:00
parent 1a43114f27
commit ae18c8ddac
4 changed files with 202 additions and 217 deletions

View File

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