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.
1 parent 844f05a commit 2679dbaCopy full SHA for 2679dba
src/DebugBar/DebugBar.php
@@ -205,6 +205,7 @@ public function collect()
205
'id' => $this->getCurrentRequestId(),
206
'datetime' => date('Y-m-d H:i:s'),
207
'utime' => microtime(true),
208
+ 'method' => isset($_SERVER['REQUEST_METHOD']) ? $_SERVER['REQUEST_METHOD'] : null,
209
'uri' => isset($_SERVER['REQUEST_URI']) ? $_SERVER['REQUEST_URI'] : null,
210
'ip' => isset($_SERVER['REMOTE_ADDR']) ? $_SERVER['REMOTE_ADDR'] : null
211
)
0 commit comments