Compare commits
2 Commits
705d3416d7
...
57ab4137a5
| Author | SHA1 | Date | |
|---|---|---|---|
| 57ab4137a5 | |||
|
|
a471a43b1b |
@@ -90,7 +90,7 @@ class Plant extends Model
|
||||
|
||||
public function processOrders()
|
||||
{
|
||||
return $this->hasMany(ProcessOrder::class);
|
||||
return $this->hasMany(ProcessOrder::class, 'plant_id', 'id');
|
||||
}
|
||||
|
||||
public function productCharacteristicsMasters()
|
||||
|
||||
Reference in New Issue
Block a user