diff --git a/app/Jobs/Commands/MiningTaxes/ProcessMiningTaxesLedgersJob.php b/app/Jobs/Commands/MiningTaxes/ProcessMiningTaxesLedgersJob.php index 68cb35c3e..5cce3f9a4 100644 --- a/app/Jobs/Commands/MiningTaxes/ProcessMiningTaxesLedgersJob.php +++ b/app/Jobs/Commands/MiningTaxes/ProcessMiningTaxesLedgersJob.php @@ -80,7 +80,6 @@ class ProcessMiningTaxesLedgersJob implements ShouldQueue 'character_id' => $this->ledger->character_id, 'observer_id' => $this->observerId, 'type_id' => $this->ledger->type_id, - 'quantity' => $this->ledger->quantity, 'last_updated' => $this->ledger->last_updated, ])->count();