Exemplo n.º 1
0
 /**
  * refresh the connection
  *
  * @since 3.0.0
  *
  * @return array
  */
 protected function _refresh()
 {
     Db::init();
     Db::resetDb();
 }