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