/**
  * Execute the console command.
  *
  * @return void
  */
 public function fire()
 {
     // delete events.php file
     $this->generator->clean();
     $this->info('Events cleared successfully!');
 }