diff --git a/app/WillySoft/Http/ErrorHandler.php b/app/WillySoft/Http/ErrorHandler.php index 0ae8dc2..ef77a15 100644 --- a/app/WillySoft/Http/ErrorHandler.php +++ b/app/WillySoft/Http/ErrorHandler.php @@ -33,7 +33,7 @@ abstract class ErrorHandler register_shutdown_function(function() use(&$callback) { if (!self::$error_messages) { - return; + return; } // remove current output to be replaced by error page