Framework update and minor packet debug cosmetics

This commit is contained in:
Deon George
2021-07-24 00:54:39 +10:00
parent ee30ef92c3
commit bbbb06d0a2
3 changed files with 159 additions and 225 deletions

View File

@@ -82,7 +82,7 @@
DATE: <strong class="highlight">{{ $msg->date }}</strong>
</div>
<div class="col-4">
FLAGS: <strong class="highlight">{{ $msg->flags()->filter()->keys()->join(',') }}</strong>
FLAGS: <strong class="highlight">{{ $msg->flags()->filter()->keys()->join(', ') }}</strong>
</div>
</div>