Exemplo n.º 1
0
 public function get($id)
 {
     return $this->teamUser->find($id) ?: $this->abort(404);
 }