diff --git a/app/Jobs/Commands/Moons/FetchMoonLedgerJob.php b/app/Jobs/Commands/Moons/FetchMoonLedgerJob.php index 61b37f845..9aaba92d1 100644 --- a/app/Jobs/Commands/Moons/FetchMoonLedgerJob.php +++ b/app/Jobs/Commands/Moons/FetchMoonLedgerJob.php @@ -17,8 +17,8 @@ use App\Library\Lookups\LookupHelper; use App\Library\Structures\StructureHelper; //App Models -use App\Models\CorpMoonLedger; -use App\Models\CorpMoonObserver; +use App\Models\Moon\CorpMoonLedger; +use App\Models\Moon\CorpMoonObserver; class FetchMoonLedgerJob implements ShouldQueue