1
0
forked from poc/pds

Crted issue in characteristic approver master for filtering plant

This commit is contained in:
dhanabalan
2026-06-30 18:14:12 +05:30
parent fc0a132c73
commit 075591459f
3 changed files with 12 additions and 2 deletions

View File

@@ -193,4 +193,9 @@ class Plant extends Model
// {
// return $this->hasMany(LocatorValidation::class, 'plant_id', 'id');
// }
public function characteristicApproverMaster()
{
return $this->hasMany(CharacteristicApproverMaster::class, 'plant_id', 'id');
}
}