ranjith-dev #928
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user