예제 #1
0
 /**
  * Get all migration log entries, indexed by version number.
  *
  * @return array
  */
 public function getVersionLog()
 {
     return $this->adapter->getVersionLog();
 }