From 2a83033541b67fd97ff2ca07b46bda209855e4d3 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Thu, 21 May 2026 14:55:53 +0530 Subject: [PATCH] Added category in product characteristics master model file --- app/Models/ProductCharacteristicsMaster.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/ProductCharacteristicsMaster.php b/app/Models/ProductCharacteristicsMaster.php index 931c04c..124040b 100644 --- a/app/Models/ProductCharacteristicsMaster.php +++ b/app/Models/ProductCharacteristicsMaster.php @@ -18,6 +18,7 @@ class ProductCharacteristicsMaster extends Model 'machine_id', 'characteristics_type', 'name', + 'category', 'inspection_type', 'lower', 'upper',