Example #1
0
 /**
  * Set the application's deferred services.
  *
  * @param array $services
  * @return void 
  * @static 
  */
 public static function setDeferredServices($services)
 {
     //Method inherited from \Illuminate\Foundation\Application
     \October\Rain\Foundation\Application::setDeferredServices($services);
 }