Example #1
0
 /**
  * Load and boot all of the remaining deferred providers.
  *
  * @return void 
  * @static 
  */
 public static function loadDeferredProviders()
 {
     //Method inherited from \Illuminate\Foundation\Application
     \App\Application::loadDeferredProviders();
 }