qqq
This commit is contained in:
@@ -241,7 +241,6 @@ class Logger implements LoggerInterface
|
|||||||
if ($context instanceof \Throwable) {
|
if ($context instanceof \Throwable) {
|
||||||
return 'file -> ' . $context->getFile() . PHP_EOL . 'line -> ' . $context->getLine() . PHP_EOL;
|
return 'file -> ' . $context->getFile() . PHP_EOL . 'line -> ' . $context->getLine() . PHP_EOL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!is_array($context)) {
|
if (!is_array($context)) {
|
||||||
return "unknown";
|
return "unknown";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user