Total Complexity | 1 |
Total Lines | 42 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
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 phar don't support globs. |
||
27 | * |
||
28 | * @param string|array $paths |
||
29 | * |
||
30 | * @return array |
||
31 | */ |
||
32 | public function getMigrationFiles($paths): array |
||
64 |