Ejemplo n.º 1
0
 /**
  * When saving, use the clientController saveContact so we can update
  * the user's information too.
  */
 protected function saveObject($params, $modelType)
 {
     return $this->clientService->saveContact($params);
 }