Added panel box validation relationship in line model file
This commit is contained in:
@@ -185,4 +185,9 @@ class Line extends Model
|
||||
// {
|
||||
// return $this->hasMany(RejectReason::class, 'line_id', 'id');
|
||||
// }
|
||||
|
||||
public function panelBoxValidations()
|
||||
{
|
||||
return $this->hasMany(PanelBoxValidation::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user