mining taxes invoices

This commit is contained in:
2021-02-26 00:52:17 +09:00
parent e76e7a6298
commit d98ef78771

View File

@@ -73,7 +73,7 @@ class MiningTaxesInvoices extends Command
$rows = Ledger::where([
'character_id' => $charId,
'invoiced' => 'No',
])->get();
])->get()->toArray();
var_dump($rows);
die();