Exemplo n.º 1
0
 /**
  * Execute the console command.
  */
 public function fire(IndexManager $manager)
 {
     $manager->destroy();
     $this->info('Search index destroyed!');
 }