ranjith-dev #1024

Merged
jothi merged 2 commits from ranjith-dev into master 2026-09-14 09:56:49 +00:00
Showing only changes of commit bd29bbeb48 - Show all commits

View File

@@ -238,4 +238,9 @@ class Plant extends Model
{
return $this->hasMany(CoilPacking::class, 'plant_id', 'id');
}
public function productionTemp()
{
return $this->hasMany(ProductionTemp::class, 'plant_id', 'id');
}
}