Ejemplo n.º 1
0
 /**
  * We will include services
  * @return $this
  */
 public function setServices()
 {
     $this['service.provider'] = function () {
         $paths = Config::getPaths();
         return include $paths['app.path'] . DS . $paths['app.config']['directory'] . 'services' . EXT;
     };
     return $this;
 }