Guest User

Untitled

a guest
Apr 25th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. InfoUser::join('bets AS b','b.user','=','info_users.user_id')
  2. ->where([
  3. ['b.id_match','=',$request->id_match],
  4. ['b.name','=',$request->win]
  5. ])
  6. ->update(['info_users.balans' => 'b.summa'*$request->koof]);
Add Comment
Please, Sign In to add comment