| 1 | <?php |
||
| 10 | class DBSeed extends YarakCommand |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Configure the command. |
||
| 14 | */ |
||
| 15 | protected function configure() |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Execute the command. |
||
| 30 | * |
||
| 31 | * @param InputInterface $input |
||
| 32 | * @param OutputInterface $output |
||
| 33 | */ |
||
| 34 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 44 | } |
||
| 45 |