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