app/library/Services.php: adding debugger service.
This commit is contained in:
parent
e85d935734
commit
9dd712045a
1 changed files with 3 additions and 0 deletions
|
|
@ -52,6 +52,9 @@ class Services extends DiDefault
|
|||
$this->set($service, $method->getClosure($this));
|
||||
}
|
||||
}
|
||||
|
||||
// Simple services
|
||||
$this->setShared('debugger', '\Phalcon\Debug');
|
||||
}
|
||||
|
||||
protected function _initSharedConfig()
|
||||
|
|
|
|||
Reference in a new issue