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.
2 parents 9ad74d6 + 0adb1ed commit 10bbbadCopy full SHA for 10bbbad
templates/data_collector/eloquent.html.twig
@@ -67,7 +67,7 @@
67
{% for query in collector.queries %}
68
<tr>
69
<td class="font-normal text-muted">{{ loop.index }}</td>
70
- <td>{{ '%0.2f'|format(query.time * 1000) }} ms</td>
+ <td>{{ '%0.2f'|format(query.time) }} ms</td>
71
<td>
72
<span class="highlight">{{ query.sql|wouterj_format_sql }}</span><br>
73
0 commit comments