Compare commits
2 Commits
c0279ce6a7
...
faae647393
| Author | SHA1 | Date | |
|---|---|---|---|
| faae647393 | |||
|
|
1f3d697b57 |
@@ -168,4 +168,8 @@ class Plant extends Model
|
|||||||
{
|
{
|
||||||
return $this->hasMany(VehicleEntry::class, 'plant_id', 'id');
|
return $this->hasMany(VehicleEntry::class, 'plant_id', 'id');
|
||||||
}
|
}
|
||||||
|
public function asrsItemValidations()
|
||||||
|
{
|
||||||
|
return $this->hasMany(AsrsItemValidation::class, 'plant_id', 'id');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user