Example #1
0
 /**
  * Force register a service provider with the application.
  *
  * @param \Illuminate\Support\ServiceProvider|string $provider
  * @param array $options
  * @return \Illuminate\Support\ServiceProvider 
  * @static 
  */
 public static function forceRegister($provider, $options = array())
 {
     return \Illuminate\Foundation\Application::forceRegister($provider, $options);
 }