From 933fefad044ae274efc838aa60c9f18ca1625aed Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 26 Sep 2023 07:58:35 +1000 Subject: [PATCH] Minor fixes --- app/Factory/VendorFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Factory/VendorFactory.php b/app/Factory/VendorFactory.php index 04c009267b21..eb62697ea86b 100644 --- a/app/Factory/VendorFactory.php +++ b/app/Factory/VendorFactory.php @@ -28,7 +28,7 @@ class VendorFactory $vendor->country_id = 4; $vendor->is_deleted = 0; $vendor->vendor_hash = Str::random(40); - $vendor->classification = ''; + // $vendor->classification = ''; return $vendor; }