diff --git a/app/Console/Commands/MiningTaxes/MiningTaxesInvoicesNew.php b/app/Console/Commands/MiningTaxes/MiningTaxesInvoicesNew.php index 47c244e9f..c0bac96d4 100644 --- a/app/Console/Commands/MiningTaxes/MiningTaxesInvoicesNew.php +++ b/app/Console/Commands/MiningTaxes/MiningTaxesInvoicesNew.php @@ -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([