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 c8cc9e3ba0 - Show all commits

View File

@@ -41,7 +41,7 @@ class Item extends Model
public function motorTestingMasters()
{
return $this->hasMany(MotorTestingMaster::class);
return $this->hasMany(MotorTestingMaster::class, 'item_id', 'id');
}
public function testingPanelReadings()