From 9e3e88538476cda5ef7850f21125a3e463fa77a5 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Mon, 6 Feb 2023 19:25:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=20500?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 b3a0996..02b44bf 100644 --- a/resources/views/errors/500.blade.php +++ b/resources/views/errors/500.blade.php @@ -2,4 +2,4 @@ @section('title', __('Server Error')) @section('code', '500') -@section('message', $exception->getMessage()) +@section('message', '内部服务器错误。')