From c524de007a536c952b3c0ec1aec0b82e5f833c5a Mon Sep 17 00:00:00 2001 From: gzydong <837215079@qq.com> Date: Mon, 24 May 2021 11:44:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Exception/Handler/AppExceptionHandler.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Exception/Handler/AppExceptionHandler.php b/app/Exception/Handler/AppExceptionHandler.php index ddca7dd..30b4e8e 100644 --- a/app/Exception/Handler/AppExceptionHandler.php +++ b/app/Exception/Handler/AppExceptionHandler.php @@ -59,7 +59,6 @@ class AppExceptionHandler extends ExceptionHandler { $error = implode(':', [ 'error', - time(), md5($throwable->getFile() . $throwable->getCode() . $throwable->getLine()), ]);