upgraded for new changes
This commit is contained in:
@@ -1769,7 +1769,6 @@ class PatientController extends Controller
|
||||
$categorySave->category_name = $category_name[$key];
|
||||
$categorySave->save();
|
||||
}
|
||||
|
||||
ProductCategory::create([
|
||||
'product_id' => $product_id,
|
||||
'category_id' => $cat_id
|
||||
|
Reference in New Issue
Block a user