Example #1
0
 /**
  * Runs the current application.
  *
  * @param \Symfony\Component\Console\InputInterface $input An Input instance
  * @param \Symfony\Component\Console\OutputInterface $output An Output instance
  * @return int 0 if everything went fine, or an error code
  * @static 
  */
 public static function doRun($input, $output)
 {
     //Method inherited from \Symfony\Component\Console\Application
     return \Illuminate\Console\Application::doRun($input, $output);
 }