Example #1
0
 /**
  * Determine if the given service is a deferred service.
  *
  * @param string $service
  * @return bool 
  * @static 
  */
 public static function isDeferredService($service)
 {
     //Method inherited from \Illuminate\Foundation\Application
     return \App\Application::isDeferredService($service);
 }