Added product char master relation in line model file #239
@@ -156,6 +156,11 @@ class Line extends Model
|
||||
return $this->hasMany(Machine::class);
|
||||
}
|
||||
|
||||
public function productCharacteristicsMasters()
|
||||
{
|
||||
return $this->hasMany(ProductCharacteristicsMaster::class);
|
||||
}
|
||||
|
||||
// public function rejectReasons()
|
||||
// {
|
||||
// return $this->hasMany(RejectReason::class, 'line_id', 'id');
|
||||
|
||||
Reference in New Issue
Block a user