/**
  * @param $data
  *
  * @return bool|int
  */
 public function update($data)
 {
     return $this->post->update($data);
 }