Added line space between relation function
This commit is contained in:
@@ -38,6 +38,7 @@ class InvoiceValidation extends Model
|
||||
{
|
||||
return $this->belongsTo(StickerMaster::class);
|
||||
}
|
||||
|
||||
public function stickerMasterRelation()
|
||||
{
|
||||
return $this->belongsTo(StickerMaster::class, 'sticker_master_id');
|
||||
|
||||
Reference in New Issue
Block a user