Update debug
This commit is contained in:
parent
3c20f0372f
commit
fe758fbebb
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class ExceptionHandler {
|
|||
{
|
||||
self::$handler = new Run();
|
||||
|
||||
$debug = false; //TODO: Get from config
|
||||
$debug = true; //TODO: Get from config
|
||||
|
||||
if($debug === false) {
|
||||
self::$handler->pushHandler(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue