Example #1
0
 /**
  * Get the registered service provider instance if it exists.
  *
  * @param \Illuminate\Support\ServiceProvider|string $provider
  * @return \Illuminate\Support\ServiceProvider|null 
  * @static 
  */
 public static function getRegistered($provider)
 {
     return \Illuminate\Foundation\Application::getRegistered($provider);
 }