eloquent update row response

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

Also in PHP: