diff --git a/app/lib/App/Core/ErrorHandler.php b/app/lib/App/Core/ErrorHandler.php index 5000451..58958e6 100644 --- a/app/lib/App/Core/ErrorHandler.php +++ b/app/lib/App/Core/ErrorHandler.php @@ -31,7 +31,7 @@ class ErrorHandler $this->error_messages[] = "Uncaught Exception: " . $exception; } - private function shutdown(): void + public function shutdown(): void { if (!$this->error_messages) { return;