| 1 | <?php |
||
| 12 | class DBSeed extends YarakCommand |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * Configure the command. |
||
| 16 | */ |
||
| 17 | protected function configure() |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Execute the command. |
||
| 32 | * |
||
| 33 | * @param InputInterface $input |
||
| 34 | * @param OutputInterface $output |
||
| 35 | */ |
||
| 36 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 42 | } |
||
| 43 |