Пример #1
0
 /**
  * Initializes all the composer commands
  */
 protected function registerCommands()
 {
     $this->add(new CrawlCommand());
     parent::registerCommands();
 }