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() {