Skip to content

Commit

Permalink
Merge pull request #13 from socialblue/develop
Browse files Browse the repository at this point in the history
fixes time header
  • Loading branch information
mbroersen committed May 28, 2019
2 parents 62256ee + 64b458f commit c929fd0
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 c929fd0

Please sign in to comment.