modified fetch moon observer job

This commit is contained in:
2020-05-27 01:15:48 -05:00
parent 4c89da8248
commit 43b3357834

View File

@@ -60,7 +60,7 @@ class FetchMoonObserverJob implements ShouldQueue
{ {
//Declare some variables //Declare some variables
$lookup = new LookupHelper; $lookup = new LookupHelper;
$esi = new Esi; $esiHelper = new Esi;
//Get the configuration from the main site //Get the configuration from the main site
$config = config('esi'); $config = config('esi');