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 320a14e commit fec300dCopy full SHA for fec300d
Middleware/Debug/DebugDataHolder.php
@@ -24,7 +24,7 @@ public function addQuery(string $connectionName, Query $query): void
24
'sql' => $query->getSql(),
25
'params' => $query->getParams(),
26
'types' => $query->getTypes(),
27
- 'executionMS' => [$query, 'getDuration'], // stop() may not be called at this point
+ 'executionMS' => $query->getDuration(...), // stop() may not be called at this point
28
];
29
}
30
0 commit comments