mining ledger troubleshooting

This commit is contained in:
2019-12-10 00:19:34 -06:00
parent 583769ff5f
commit dae302f6e3
2 changed files with 2 additions and 0 deletions

View File

@@ -123,6 +123,7 @@ class MoonLedgerController extends Controller
'character' => $char,
'ore' => $ore,
'quantity' => $ledger->quantity,
'updated' => $esiHelper->DecodeDate($ledger->last_updated),
]);
}

View File

@@ -18,6 +18,7 @@
<td>{{ $min['character'] }}</td>
<td>{{ $min['ore'] }}</td>
<td>{{ $min['quantity'] }}</td>
<td>{{ $min['last_updated'] }}</td>
</tr>
@endforeach
</tbody>