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