Exemplo n.º 1
0
 public function item($id)
 {
     return TeamUser::with('user')->find($id);
 }