Skip to content

Commit

Permalink
Fix method property in logger context (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
luzrain authored Oct 30, 2024
1 parent 26001b1 commit 997fc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Driver/Internal/AbstractHttpDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ private function handleInternalServerError(Request $request, \Throwable $excepti
),
[
'exception' => $exception,
'method' => $request,
'method' => $method,
'uri' => $uri,
'protocolVersion' => $protocolVersion,
'local' => $local,
Expand Down

0 comments on commit 997fc65

Please sign in to comment.