Example #1
0
 /**
  * Get the application bootstrap file.
  *
  * @return string 
  * @static 
  */
 public static function getBootstrapFile()
 {
     return \Illuminate\Foundation\Application::getBootstrapFile();
 }