コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Smony/njphoto
 /**
  * Determine if we are running in the console.
  *
  * @return bool 
  * @static 
  */
 public static function runningInConsole()
 {
     //Method inherited from \Illuminate\Foundation\Application
     return \October\Rain\Foundation\Application::runningInConsole();
 }