update condition
This commit is contained in:
parent
85d516d0ab
commit
a5940d458b
|
|
@ -214,7 +214,7 @@ class CategoryController extends Controller
|
|||
{
|
||||
$data = request()->all();
|
||||
|
||||
if (! isset($data['massaction-type']) || ! ($data['massaction-type'] == 'update')) {
|
||||
if (! isset($data['massaction-type']) || ! $data['massaction-type'] == 'update') {
|
||||
return redirect()->back();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue