Пример #1
0
 public function destroy($project_id, $id)
 {
     return $this->service->rep()->find($project_id)->members()->detach($id);
 }
Пример #2
0
 public function show($id)
 {
     return $this->service->rep()->with(['owner', 'client'])->find($id);
 }