/**
  * Create a new route command instance.
  *
  * @param \Illuminate\Contracts\Foundation\Application $app
  */
 public function __construct(Application $app)
 {
     //        $this->description = '[+] '.$this->description;
     parent::__construct($app['router']);
 }