コード例 #1
0
ファイル: _ide_helper.php プロジェクト: nmkr/basic-starter
 /**
  * Get the application bootstrap file.
  *
  * @return string 
  * @static 
  */
 public static function getBootstrapFile()
 {
     return \Illuminate\Foundation\Application::getBootstrapFile();
 }