Exemple #1
0
 /**
  * Update a comment
  * 
  * @param  array $data
  * @return Comment 
  */
 public function updateComment($data)
 {
     return $this->service->updateComment($this->projectId, $this->id, $data);
 }