| 1 | <?php |
||
| 9 | class MigrateReset extends YarakCommand |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Configure the command. |
||
| 13 | */ |
||
| 14 | protected function configure() |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Execute the command. |
||
| 23 | * |
||
| 24 | * @param InputInterface $input |
||
| 25 | * @param OutputInterface $output |
||
| 26 | */ |
||
| 27 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 31 | } |
||
| 32 |