/**
  * {@inheritDoc}
  */
 public function update($set, $where = null)
 {
     $this->adapter = $this->masterAdapter;
     return parent::update($set, $where);
 }