Merge pull request 'Added product char master relation in work group master model file' (#241) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 12s

Reviewed-on: #241
This commit was merged in pull request #241.
This commit is contained in:
2026-09-20 09:55:36 +00:00

View File

@@ -30,6 +30,11 @@ class WorkGroupMaster extends Model
return $this->hasMany(Machine::class, 'work_group_master_id');
}
public function productCharacteristicsMasters()
{
return $this->hasMany(ProductCharacteristicsMaster::class);
}
// public function rejectReasons()
// {
// return $this->hasMany(RejectReason::class, 'work_group_master_id', 'id');