ledger job

This commit is contained in:
2021-02-23 00:36:13 +09:00
parent 9cdf9cebfd
commit d4b5ed3319

View File

@@ -115,7 +115,7 @@ class MiningTaxesLedgers extends Command
'type_id' => $ledger->type_id,
'ore_name' => $typeName,
'quantity' => $ledger->quantity,
'price' => $amount,
'amount' => $amount,
], [
'character_id' => $ledger->character_id,
'character_name' => $charName,
@@ -124,7 +124,7 @@ class MiningTaxesLedgers extends Command
'type_id' => $ledger->type_id,
'ore_name' => $typeName,
'quantity' => $ledger->quantity,
'price' => $amount,
'amount' => $amount,
]);
}
}