This commit is contained in:
2023-08-02 12:44:23 +08:00
parent 2e0efd6044
commit cee99fc39e
+1
View File
@@ -234,6 +234,7 @@ class Logger implements LoggerInterface
*/
private function _string($context): string
{
var_dump($context);
if (is_string($context)) {
return $context . PHP_EOL;
}