From fe758fbebb21b69f4426e9c751bfb226e8681f75 Mon Sep 17 00:00:00 2001 From: Maarten Date: Sat, 28 Dec 2019 16:51:30 +0100 Subject: [PATCH] Update debug --- src/Runtime/Exceptions/ExceptionHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Runtime/Exceptions/ExceptionHandler.php b/src/Runtime/Exceptions/ExceptionHandler.php index 9cca784..8af58cd 100644 --- a/src/Runtime/Exceptions/ExceptionHandler.php +++ b/src/Runtime/Exceptions/ExceptionHandler.php @@ -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() {