优化代码

main
gzydong 2021-05-24 11:44:24 +08:00
parent 29a1b2de60
commit c524de007a
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ class AppExceptionHandler extends ExceptionHandler
{
$error = implode(':', [
'error',
time(),
md5($throwable->getFile() . $throwable->getCode() . $throwable->getLine()),
]);