79155463

Date: 2024-11-04 12:33:22
Score: 0.5
Natty:
Report link

Try to convert this type of function:

Pass the category json:

$categoryIds = collect(json_decode($request->product_categories, true))->pluck('category_id');
$model->categories()->sync($categoryIds);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nilesh