1
0
forked from poc/pds

Added new lineStopRelation with id

This commit is contained in:
dhanabalan
2025-04-25 13:07:22 +05:30
parent 716d2e48d7
commit 64705ba2f0

View File

@@ -41,4 +41,12 @@ class ProductionLineStop extends Model
{
return $this->belongsTo(LineStop::class);
}
// //..this is my code below
// public function lineStopRelation()
// {
// return $this->belongsTo(LineStop::class, 'linestop_id');
// }
}