| 1 | <?php |
||
| 20 | class MigrateListCommand extends Command |
||
| 21 | { |
||
| 22 | /** @var MigrationExecutor */ |
||
| 23 | private $migrationExecutor; |
||
| 24 | |||
| 25 | public function __construct(MigrationExecutor $migrationExecutor) |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @param InputInterface $input |
||
| 36 | * @param OutputInterface $output |
||
| 37 | * |
||
| 38 | * @return mixed |
||
| 39 | */ |
||
| 40 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 46 | } |
||
| 47 |