Ignore variable in update Laravel
how i can make variable in Update Statement who is ignored. I tried like this but it doesn't work. $dl = ''; $select = DB::table('Character')->where('Name', '=', $request->char)->first(); if($select->Class == 64 OR $select->Class == 65 OR $select->Class == 66) { $newcom…