Esempio n. 1
0
 /**
  * Commit the database transaction
  *
  * @return void
  */
 protected function commit()
 {
     $this->db->commit();
 }