Mass Action Fixed

This commit is contained in:
sanjeev 2022-07-06 15:54:20 +05:30
parent 97105dadb9
commit b7a209295b
2 changed files with 2 additions and 2 deletions

View File

@ -329,7 +329,7 @@ class ProductController extends Controller
return redirect()->back();
}
if ($data['massaction-type'] !== 'update') {
if (! $data['massaction-type'] == 'update') {
return redirect()->back();
}

View File

@ -150,7 +150,7 @@ class ReviewController extends Controller
return redirect()->back();
}
if ($data['massaction-type'] !== 'update') {
if (! $data['massaction-type'] == 'update') {
return redirect()->back();
}