コード例 #1
0
ファイル: StatusCommand.php プロジェクト: artesaos/migrator
 /**
  * Get all of the migration files.
  *
  * @return array
  */
 protected function getAllMigrationFiles()
 {
     return $this->migrator->getMigrations();
 }