/**
  * Register all of the configured providers.
  *
  * @return void 
  * @static 
  */
 public static function registerConfiguredProviders()
 {
     \Laravel\Lumen\Application::registerConfiguredProviders();
 }