diff --git a/app/Models/InvoiceValidation.php b/app/Models/InvoiceValidation.php index 403042e..11a9cbd 100644 --- a/app/Models/InvoiceValidation.php +++ b/app/Models/InvoiceValidation.php @@ -38,6 +38,7 @@ class InvoiceValidation extends Model { return $this->belongsTo(StickerMaster::class); } + public function stickerMasterRelation() { return $this->belongsTo(StickerMaster::class, 'sticker_master_id');