예제 #1
0
 /**
  * Fetch a resource
  *
  * @param  mixed $id
  * @return ApiProblem|mixed
  */
 public function fetch($id)
 {
     $contact = $this->contactTaskService->find($id);
     return $this->contactTaskService->populateApiArray($contact);
 }