From f14cef0651d566656430ea5c51520e9fad16cf95 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 12 Nov 2024 10:01:53 +0100 Subject: [PATCH] fix: cool 500 error (thanks hugodos) --- resources/views/errors/500.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/errors/500.blade.php b/resources/views/errors/500.blade.php index 4c64d4f8d..f9de400db 100644 --- a/resources/views/errors/500.blade.php +++ b/resources/views/errors/500.blade.php @@ -2,7 +2,7 @@

500

-

Something is not okay, are you okay?

+

Wait, this is not cool...

There has been an error, we are working on it.

@if ($exception->getMessage() !== '')