This commit is contained in:
2021-03-22 00:43:05 +09:00
parent 33719f8456
commit 3271200312

View File

@@ -104,7 +104,13 @@ class MiningTaxesInvoicesNew extends Command
'main_id' => 95366854,
])->get();
dd($alts);
$rows = new Ledger();
$temps = Ledger::where([
'character_id' => 2114000847,
])->get();
$rows->push($temps);
dd($rows);
//Get the ledgers for the main character
$rows = Ledger::where([