ranjith-dev #499

Merged
jothi merged 7 commits from ranjith-dev into master 2026-04-02 12:25:47 +00:00
Showing only changes of commit aa09e90107 - Show all commits

View File

@@ -63,6 +63,11 @@ class Plant extends Model
return $this->hasMany(QualityValidation::class, 'plant_id', 'id');
}
public function motorTestingMasters()
{
return $this->hasMany(MotorTestingMaster::class, 'plant_id', 'id');
}
public function testingPanelReadings()
{
return $this->hasMany(TestingPanelReading::class, 'plant_id', 'id');