respons baris pembaruan yang fasih

DB::table('users')
            ->where('id', 1)
            ->update(['votes' => 1]);
Nervous Nightingale