added missing libraries
This commit is contained in:
@@ -10,6 +10,9 @@ use Illuminate\Queue\SerializesModels;
|
|||||||
use Log;
|
use Log;
|
||||||
use Carbon\Carbon;
|
use Carbon\Carbon;
|
||||||
|
|
||||||
|
//Library Functions
|
||||||
|
use App\Library\Moons\MoonCalc;
|
||||||
|
|
||||||
class UpdateItemPrices implements ShouldQueue
|
class UpdateItemPrices implements ShouldQueue
|
||||||
{
|
{
|
||||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||||
|
|||||||
@@ -16,6 +16,9 @@ use App\Library\Esi\Esi;
|
|||||||
use App\Library\Helpers\LookupHelper;
|
use App\Library\Helpers\LookupHelper;
|
||||||
use App\Library\Helpers\StructureHelper;
|
use App\Library\Helpers\StructureHelper;
|
||||||
|
|
||||||
|
//Models
|
||||||
|
use App\Models\MiningTax\Observer;
|
||||||
|
|
||||||
class FetchMiningTaxesObservers implements ShouldQueue
|
class FetchMiningTaxesObservers implements ShouldQueue
|
||||||
{
|
{
|
||||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ use Carbon\Carbon;
|
|||||||
use Log;
|
use Log;
|
||||||
|
|
||||||
//Library
|
//Library
|
||||||
use App\Library\Lookups\LookupHelper;
|
use App\Library\Helpers\LookupHelper;
|
||||||
|
|
||||||
//Models
|
//Models
|
||||||
use App\Models\MiningTaxes\Invoice;
|
use App\Models\MiningTaxes\Invoice;
|
||||||
|
|||||||
Reference in New Issue
Block a user