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); return $this->belongsTo(StickerMaster::class);
} }
public function stickerMasterRelation() public function stickerMasterRelation()
{ {
return $this->belongsTo(StickerMaster::class, 'sticker_master_id'); return $this->belongsTo(StickerMaster::class, 'sticker_master_id');