Skip to content

Commit 98b7339

Browse files
authored
Tracy: fix undefined value totalTime (#10)
1 parent 1243f52 commit 98b7339

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Diagnostics/Panel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ public function getPanel(): ?string
8686

8787
$processedQueries = [];
8888
$allQueries = $this->queries;
89+
$totalTime = $this->totalTime;
8990

9091
foreach ($allQueries as $authority => $requests) {
9192
/** @var Request[] $item */

0 commit comments

Comments
 (0)