Пример #1
0
 /**
  * Get the output for the last run command.
  *
  * @return string 
  * @static 
  */
 public static function output()
 {
     //Method inherited from \Illuminate\Foundation\Console\Kernel
     return \App\Console\Kernel::output();
 }