modified the fetch moon observer job to disregard the structure library helper

This commit is contained in:
2020-05-27 01:11:56 -05:00
parent 9175fac141
commit 4c89da8248

View File

@@ -14,7 +14,6 @@ use Log;
use Seat\Eseye\Exceptions\RequestFailedException; use Seat\Eseye\Exceptions\RequestFailedException;
use App\Library\Esi\Esi; use App\Library\Esi\Esi;
use App\Library\Lookups\LookupHelper; use App\Library\Lookups\LookupHelper;
use App\Library\Structures\StructureHelper;
//App Models //App Models
use App\Models\Moon\CorpMoonObserver; use App\Models\Moon\CorpMoonObserver;
@@ -61,7 +60,6 @@ class FetchMoonObserverJob implements ShouldQueue
{ {
//Declare some variables //Declare some variables
$lookup = new LookupHelper; $lookup = new LookupHelper;
$structure = new StructureHelper;
$esi = new Esi; $esi = new Esi;
//Get the configuration from the main site //Get the configuration from the main site