Skip to content

Commit 1528de3

Browse files
authored
Merge pull request #84 from chechojgb/buttonsLovers
fix: correccion path modelos
2 parents 209553c + a0be300 commit 1528de3

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)