예제 #1
0
 /**
  * Execute the console command.
  *
  * @return void
  */
 public function fire()
 {
     // delete routes.php file
     $this->generator->clean();
     $this->info('Routes cleared successfully!');
 }