created a new job
This commit is contained in:
@@ -7,10 +7,9 @@ use Log;
|
|||||||
|
|
||||||
//Library
|
//Library
|
||||||
use Commands\Library\CommandHelper;
|
use Commands\Library\CommandHelper;
|
||||||
use App\Library\Moons\MoonCalc;
|
|
||||||
|
|
||||||
//Job
|
//Job
|
||||||
use App\Jobs\Eve\ItemPricesUpdateJob;
|
use App\Jobs\Commands\Eve\ItemPricesUpdateJob;
|
||||||
|
|
||||||
class ItemPricesUpdateCommand extends Command
|
class ItemPricesUpdateCommand extends Command
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace App\Jobs\Eve;
|
namespace App\Jobs\Commands\Eve;
|
||||||
|
|
||||||
use Illuminate\Bus\Queueable;
|
use Illuminate\Bus\Queueable;
|
||||||
use Illuminate\Queue\SerializesModels;
|
use Illuminate\Queue\SerializesModels;
|
||||||
|
|||||||
Reference in New Issue
Block a user