| 1 | <?php |
||
| 20 | class Migrator extends BaseMigrator |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * Get all of the migration files in a given path. |
||
| 24 | * |
||
| 25 | * Differs from the original `getMigrationFiles` because |
||
| 26 | * the build feature don't support globs. |
||
| 27 | * |
||
| 28 | * @param string|array $paths |
||
| 29 | * |
||
| 30 | * @return array |
||
| 31 | */ |
||
| 32 | public function getMigrationFiles($paths) |
||
| 44 | } |
||
| 45 |