Ejemplo n.º 1
0
 /**
  * Adds an array of command objects.
  *
  * @param \Symfony\Component\Console\Command[] $commands An array of commands
  * @api 
  * @static 
  */
 public static function addCommands($commands)
 {
     //Method inherited from \Symfony\Component\Console\Application
     return \Illuminate\Console\Application::addCommands($commands);
 }