Skip to content

Commit 56bf594

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Change $requestStack to $this->requestStack
2 parents 032c31c + 8c18da5 commit 56bf594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logging/processors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ using a processor::
3535
public function __invoke(array $record)
3636
{
3737
try {
38-
$session = $requestStack->getSession();
38+
$session = $this->requestStack->getSession();
3939
} catch (SessionNotFoundException $e) {
4040
return;
4141
}

0 commit comments

Comments
 (0)