Beispiel #1
0
 /**
  * Drop database
  *
  * @return bool
  */
 public function dropDatabase()
 {
     return $this->db->destroy();
 }