Skip to content

Commit 8d12763

Browse files
authored
Fix SimleStdLogger
1 parent fe68b18 commit 8d12763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Logger/SimpleStdLogger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function info($message, array $context = []): void
6767

6868
public function debug($message, array $context = []): void
6969
{
70-
$this->log(self::DEBUG);
70+
$this->log(self::DEBUG, $message, $context);
7171
}
7272

7373
public function log($level, $message, array $context = []): void

0 commit comments

Comments
 (0)