diff --git a/app/core/ErrorHandler.php b/app/core/ErrorHandler.php index 7a5c6d7..86f9618 100644 --- a/app/core/ErrorHandler.php +++ b/app/core/ErrorHandler.php @@ -3,7 +3,7 @@ // Janky error handler page thingy that looks cool class ErrorHandler { - public array $errors; // Holds error messages + public array $errors; // Holds error messages (even though for now we only display a maximum of 1) public function __construct() {