1 | <?php |
||
11 | class MigrateRefresh extends YarakCommand |
||
12 | { |
||
13 | /** |
||
14 | * Configure the command. |
||
15 | */ |
||
16 | protected function configure() |
||
26 | |||
27 | /** |
||
28 | * Add seed option. |
||
29 | */ |
||
30 | protected function addSeed() |
||
39 | |||
40 | /** |
||
41 | * Add seed class option. |
||
42 | */ |
||
43 | protected function addSeedClass() |
||
53 | |||
54 | /** |
||
55 | * Execute the command. |
||
56 | * |
||
57 | * @param InputInterface $input |
||
58 | * @param OutputInterface $output |
||
59 | */ |
||
60 | protected function execute(InputInterface $input, OutputInterface $output) |
||
72 | } |
||
73 |