diff --git a/app/Jobs/Commands/MiningTaxes/FetchMiningTaxesLedgersJob.php b/app/Jobs/Commands/MiningTaxes/FetchMiningTaxesLedgersJob.php index ce5f161c4..e7c10f921 100644 --- a/app/Jobs/Commands/MiningTaxes/FetchMiningTaxesLedgersJob.php +++ b/app/Jobs/Commands/MiningTaxes/FetchMiningTaxesLedgersJob.php @@ -21,6 +21,8 @@ use App\Models\MiningTax\Observer; use App\Models\MiningTax\Ledger; use App\Models\Moon\MineralPrice; use App\Models\Moon\ItemComposition; +use App\Models\Esi\EsiToken; +use App\Models\Esi\EsiScope; class FetchMiningTaxesLedgersJob implements ShouldQueue {