Пример #1
0
 /**
  * Execute the console command.
  *
  * @return void
  */
 public function fire()
 {
     $this->routes = $this->router->getRoutes();
     parent::fire();
 }