This commit is contained in:
parent
723327918b
commit
208409acb2
|
@ -115,6 +115,11 @@
|
|||
"type": "hasMany",
|
||||
"model": "Locker",
|
||||
"foreignKey": "workerFk"
|
||||
},
|
||||
"trainingCourse": {
|
||||
"type": "hasMany",
|
||||
"model": "TrainingCourse",
|
||||
"foreignKey": "workerFk"
|
||||
}
|
||||
},
|
||||
"acls":[
|
||||
|
|
Loading…
Reference in New Issue