Compare commits
2 Commits
292e809a7f
...
24d76f59a7
| Author | SHA1 | Date | |
|---|---|---|---|
| 24d76f59a7 | |||
|
|
62dcc122e8 |
@@ -38,6 +38,11 @@ class Machine extends Model
|
|||||||
return $this->hasMany(ProductCharacteristicsMaster::class);
|
return $this->hasMany(ProductCharacteristicsMaster::class);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function characteristicValues()
|
||||||
|
{
|
||||||
|
return $this->hasMany(CharacteristicValue::class);
|
||||||
|
}
|
||||||
|
|
||||||
public function testingPanelReadings()
|
public function testingPanelReadings()
|
||||||
{
|
{
|
||||||
return $this->hasMany(TestingPanelReading::class);
|
return $this->hasMany(TestingPanelReading::class);
|
||||||
|
|||||||
Reference in New Issue
Block a user