Skip to content

Commit a0be300

Browse files
author
chechojgb
committed
fix: correccion path modelos
1 parent 2dad8bb commit a0be300

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
@@ -32,7 +32,7 @@ public function empaque(): \Illuminate\Database\Eloquent\Relations\BelongsTo
3232

3333
public function marcaciones()
3434
{
35-
return $this->hasMany(BLMarcacion::class, 'pedido_item_id');
35+
return $this->hasMany(BlMarcacion::class, 'pedido_item_id');
3636
}
3737

3838
public function movimientos(): MorphMany

0 commit comments

Comments
 (0)