ranjith-dev #928

Merged
jothi merged 10 commits from ranjith-dev into master 2026-08-24 05:15:36 +00:00
Showing only changes of commit 21bc0cf59e - Show all commits

View File

@@ -89,10 +89,10 @@ class Plant extends Model
return $this->hasMany(PumpTestingMaster::class, 'plant_id', 'id');
}
// public function pumpTestingEntries()
// {
// return $this->hasMany(PumpTestingEntry::class, 'plant_id', 'id');
// }
public function pumpTestingEntries()
{
return $this->hasMany(PumpTestingEntry::class, 'plant_id', 'id');
}
public function guardNames()
{