Archived
1
0
Fork 0

app/library/Services.php: adding debugger service.

This commit is contained in:
Henrik Hautakoski 2018-06-18 20:03:21 +02:00
parent e85d935734
commit 9dd712045a

View file

@ -52,6 +52,9 @@ class Services extends DiDefault
$this->set($service, $method->getClosure($this));
}
}
// Simple services
$this->setShared('debugger', '\Phalcon\Debug');
}
protected function _initSharedConfig()