Beispiel #1
0
 /**
  * @param ConsoleDispatcher $dispatcher
  */
 public function perform(ConsoleDispatcher $dispatcher)
 {
     $commands = count($dispatcher->locateCommands());
     $this->writeln("Console commands re-indexed, <comment>{$commands}</comment> commands found.");
 }