1
0
forked from poc/pds

Added line space between relation function

This commit is contained in:
dhanabalan
2025-04-19 12:43:31 +05:30
parent af506b19fc
commit 1dd5f3e103

View File

@@ -38,6 +38,7 @@ class InvoiceValidation extends Model
{
return $this->belongsTo(StickerMaster::class);
}
public function stickerMasterRelation()
{
return $this->belongsTo(StickerMaster::class, 'sticker_master_id');