コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * 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();
 }