Minor fixes

This commit is contained in:
David Bomba 2023-09-26 07:58:35 +10:00
parent 5925dae07b
commit 933fefad04

View File

@ -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;
}