setName('indexing:talks') ; } /** * @see Command */ protected function execute(InputInterface $input, OutputInterface $output) { $runner = new Runner($this->getContainer()->get(\AlgoliaSearch\Client::class), $this->getContainer()->get('ting')); $runner->run(); } }