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 App\Library\Esi\Esi;
use App\Library\Lookups\LookupHelper;
use App\Library\Structures\StructureHelper;
//App Models
use App\Models\Moon\CorpMoonObserver;
@@ -61,7 +60,6 @@ class FetchMoonObserverJob implements ShouldQueue
{
//Declare some variables
$lookup = new LookupHelper;
$structure = new StructureHelper;
$esi = new Esi;
//Get the configuration from the main site