Added request characteristic has many relation
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
This commit is contained in:
@@ -40,4 +40,9 @@ class CharacteristicApproverMaster extends Model
|
|||||||
{
|
{
|
||||||
return $this->belongsTo(Machine::class);
|
return $this->belongsTo(Machine::class);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function requestCharacteristics()
|
||||||
|
{
|
||||||
|
return $this->hasMany(RequestCharacteristic::class, 'characteristic_approver_master_id');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user