We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a235568 + d0583bc commit 8c18da5Copy full SHA for 8c18da5
logging/processors.rst
@@ -35,7 +35,7 @@ using a processor::
35
public function __invoke(array $record)
36
{
37
try {
38
- $session = $requestStack->getSession();
+ $session = $this->requestStack->getSession();
39
} catch (SessionNotFoundException $e) {
40
return;
41
}
0 commit comments