DB::table('users') ->where('id', 1) ->update(['votes' => 1]);
$user = tap($user)->update(['votes' => 123]);