/**
  * Commit current transaction.
  *
  * @return void
  */
 public function commit()
 {
     $this->state->commit();
 }