| 1 | <?php |
||
| 11 | class PermissionMigrateShell extends Shell |
||
| 12 | { |
||
| 13 | |||
| 14 | protected $migrationFilesPath; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * {@inheritdoc} |
||
| 18 | */ |
||
| 19 | public function main() |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Find array of migration file |
||
| 37 | * @param string $path |
||
| 38 | * @return array |
||
| 39 | */ |
||
| 40 | protected function findMigrationFiles($path) |
||
| 44 | |||
| 45 | protected function processMigrationFile($originFile) |
||
| 52 | } |