From e7424b92723efab04876c0cbe525cbf42f4a46f4 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 27 May 2020 03:22:43 -0500 Subject: [PATCH] structure helper stuff --- app/Jobs/Commands/Moons/FetchMoonObserverJob.php | 1 + 1 file changed, 1 insertion(+) 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 {