From 21ee3f64df7631ddb429d14e12afe6f307c7a039 Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Thu, 29 Jan 2026 22:35:04 -0500 Subject: [PATCH] Update InventarioPrendaDistribucion.php --- app/Models/InventarioPrendaDistribucion.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/Models/InventarioPrendaDistribucion.php b/app/Models/InventarioPrendaDistribucion.php index 000e4c4..816f5a5 100644 --- a/app/Models/InventarioPrendaDistribucion.php +++ b/app/Models/InventarioPrendaDistribucion.php @@ -30,6 +30,11 @@ class InventarioPrendaDistribucion extends Model return $this->belongsTo(Bodega::class); } + public function proveedor() + { + return $this->belongsTo(Proveedor::class); + } + public function color() { return $this->belongsTo(Color::class);