Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-12 17:39:11 +08:00
parent 73ce2b8a50
commit 241385b575
+1 -1
View File
@@ -1241,7 +1241,7 @@ if (!function_exists('error_trigger_format')) {
*/
function error_trigger_format(\Throwable|\Error $throwable): string
{
$message = 'Throwable: ' . $throwable->getMessage() . "\r\n" . '
$message = 'Throwable: ' . $throwable->getMessage() . '
' . $throwable->getFile() . " at line " . $throwable->getLine() . "\r\n";
$message .= 'trance' . "\r\n";