Skip to content

Commit ec64e75

Browse files
authored
Merge pull request #48 from chechojgb/buttonsLovers
change name model in pedidoItem
2 parents 34b700b + 4ed8059 commit ec64e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Models/BLPedidoItem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ public function pedido(): \Illuminate\Database\Eloquent\Relations\BelongsTo
2525
// Relación: Un item referencia un empaque específico
2626
public function empaque(): \Illuminate\Database\Eloquent\Relations\BelongsTo
2727
{
28-
return $this->belongsTo(BLEmpaque::class, 'empaque_id');
28+
return $this->belongsTo(BlEmpaque::class, 'empaque_id');
2929
}
3030
}

0 commit comments

Comments
 (0)