Skip to content

Commit

Permalink
fixes time header
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroersen committed May 28, 2019
1 parent 388638c commit 64b458f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div>
@foreach($queries as $time => $querys)
<div class="query-group">
{{date("Y-m-d H:i:s")}}
{{date("Y-m-d H:i:s", $time)}} ({{count($querys)}})
</div>

@if(is_array($querys[0]))
Expand Down

0 comments on commit 64b458f

Please sign in to comment.