This commit is contained in:
2023-08-02 12:45:58 +08:00
parent cee99fc39e
commit 5f9c08984c
-1
View File
@@ -241,7 +241,6 @@ class Logger implements LoggerInterface
if ($context instanceof \Throwable) {
return 'file -> ' . $context->getFile() . PHP_EOL . 'line -> ' . $context->getLine() . PHP_EOL;
}
if (!is_array($context)) {
return "unknown";
}