Beispiel #1
0
 /**
  * Run the migration process but rollback at the very end. Returns true or
  * false for whether or not the migration can be ran
  *
  * @param  string  $to
  * @return boolean $success
  */
 public function migrateDryRun($to = null)
 {
     return $this->_migration->migrateDryRun($to);
 }