Esempio n. 1
0
 public function invoke(ElasticSearch $es)
 {
     $es->setupIndices();
     $this->out->writeln('<info>Indices recreated</info>');
 }