ranjith-dev #899

Merged
jothi merged 2 commits from ranjith-dev into master 2026-08-18 08:59:05 +00:00
Showing only changes of commit 35ca404a69 - Show all commits

View File

@@ -185,4 +185,9 @@ class Line extends Model
// {
// return $this->hasMany(RejectReason::class, 'line_id', 'id');
// }
public function panelBoxValidations()
{
return $this->hasMany(PanelBoxValidation::class);
}
}