runner = $runner; } protected function configure() { $this ->setName('indexing:talks'); } protected function execute(InputInterface $input, OutputInterface $output) { $this->runner->run(); } }