This commit is contained in:
2021-03-22 00:40:36 +09:00
parent c964fd1485
commit 8178af420a

View File

@@ -56,7 +56,7 @@ class MiningTaxesInvoicesNew extends Command
//Declare variables
$lookup = new LookupHelper;
$config = config('esi');
$task = new CommandHelper('MiningTaxesInvoices');
$task = new CommandHelper('MiningTaxesInvoicesNew');
$mainsAlts = array();
$mailDelay = 15;
//Set the task as started
@@ -104,6 +104,8 @@ class MiningTaxesInvoicesNew extends Command
'main_id' => $mainId,
])->get();
dd($alts);
//Get the ledgers for the main character
$rows = Ledger::where([
'character_id' => $mainId,