1
0
forked from poc/pds

Added motorTestingMasters hasMany relation

This commit is contained in:
dhanabalan
2025-05-31 16:42:28 +05:30
parent bb019e0b13
commit 0fa0a9c128

View File

@@ -32,6 +32,12 @@ class Item extends Model
{
return $this->hasMany(ProductionQuantity::class);
}
public function motorTestingMasters()
{
return $this->hasMany(MotorTestingMaster::class);
}
public function testingPanelReadings()
{
return $this->hasMany(TestingPanelReading::class);