diff --git a/app/Jobs/Commands/Moons/FetchMoonObserverJob.php b/app/Jobs/Commands/Moons/FetchMoonObserverJob.php index 75321df2c..e1f23736d 100644 --- a/app/Jobs/Commands/Moons/FetchMoonObserverJob.php +++ b/app/Jobs/Commands/Moons/FetchMoonObserverJob.php @@ -84,6 +84,7 @@ class FetchMoonObserverJob implements ShouldQueue //Delcare the structure helper since we have the necessary data $structureHelper = new StructureHelper($this->charId, $character->corporation_id, $esi); + dd($structureHelper); //Get the mining observers for the corporation's from esi try {