Compare commits
2 Commits
5e5234e080
...
b94ce1e3f2
| Author | SHA1 | Date | |
|---|---|---|---|
| b94ce1e3f2 | |||
|
|
9ab0709c6d |
@@ -61,6 +61,11 @@ class Line extends Model
|
||||
return $this->hasMany(ProcessOrder::class);
|
||||
}
|
||||
|
||||
public function machines()
|
||||
{
|
||||
return $this->hasMany(Machine::class);
|
||||
}
|
||||
|
||||
public function productCharacteristicsMasters()
|
||||
{
|
||||
return $this->hasMany(ProductCharacteristicsMaster::class);
|
||||
|
||||
Reference in New Issue
Block a user