Added motorTestingMasters hasMany relation
This commit is contained in:
@@ -32,6 +32,12 @@ class Item extends Model
|
|||||||
{
|
{
|
||||||
return $this->hasMany(ProductionQuantity::class);
|
return $this->hasMany(ProductionQuantity::class);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function motorTestingMasters()
|
||||||
|
{
|
||||||
|
return $this->hasMany(MotorTestingMaster::class);
|
||||||
|
}
|
||||||
|
|
||||||
public function testingPanelReadings()
|
public function testingPanelReadings()
|
||||||
{
|
{
|
||||||
return $this->hasMany(TestingPanelReading::class);
|
return $this->hasMany(TestingPanelReading::class);
|
||||||
|
|||||||
Reference in New Issue
Block a user