Example #1
0
 /**
  * Add a command, resolving through the application.
  *
  * @param string $command
  * @return \Symfony\Component\Console\Command\Command 
  * @static 
  */
 public static function resolve($command)
 {
     return \Illuminate\Console\Application::resolve($command);
 }