diff --git a/app/library/Services.php b/app/library/Services.php index 2edb1b4..19b1ccb 100644 --- a/app/library/Services.php +++ b/app/library/Services.php @@ -52,6 +52,9 @@ class Services extends DiDefault $this->set($service, $method->getClosure($this)); } } + + // Simple services + $this->setShared('debugger', '\Phalcon\Debug'); } protected function _initSharedConfig()