Added product char master relation in line model file #239

Merged
jothi merged 1 commits from ranjith-dev into master 2026-09-20 09:53:01 +00:00

View File

@@ -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');