Example #1
0
 /**
  * Call this method to inform the user that the migration has been aborted.
  */
 public static function abortMessage()
 {
     $aborter = new self('', 'ERROR');
     $aborter->announce('Migration aborted and changes rolled back');
 }