DB::table('team').increment->('points', 1000).
How should I make my controller take this array and increment only the ids that are in it?
DB::table('team').increment->('points', 1000).
How should I make my controller take this array and increment only the ids that are in it?