Example #1
0
 /**
  * Boot the application's service providers.
  *
  * @return void 
  * @static 
  */
 public static function boot()
 {
     //Method inherited from \Illuminate\Foundation\Application
     \October\Rain\Foundation\Application::boot();
 }