Added machines model in line #789

Merged
jothi merged 1 commits from ranjith-dev into master 2026-06-26 05:16:56 +00:00
Showing only changes of commit 9ab0709c6d - Show all commits

View File

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