Example #1
0
 /**
  * Run the given array of bootstrap classes.
  *
  * @param array $bootstrappers
  * @return void 
  * @static 
  */
 public static function bootstrapWith($bootstrappers)
 {
     //Method inherited from \Illuminate\Foundation\Application
     \October\Rain\Foundation\Application::bootstrapWith($bootstrappers);
 }