modified the fetch moon observer job to disregard the structure library helper
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user