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 1243f52 commit 98b7339Copy full SHA for 98b7339
src/Diagnostics/Panel.php
@@ -86,6 +86,7 @@ public function getPanel(): ?string
86
87
$processedQueries = [];
88
$allQueries = $this->queries;
89
+ $totalTime = $this->totalTime;
90
91
foreach ($allQueries as $authority => $requests) {
92
/** @var Request[] $item */
0 commit comments