created a new job

This commit is contained in:
2020-08-12 03:48:58 -05:00
parent 12b6f8b98c
commit 22d0171e13
2 changed files with 2 additions and 3 deletions

View File

@@ -7,10 +7,9 @@ use Log;
//Library
use Commands\Library\CommandHelper;
use App\Library\Moons\MoonCalc;
//Job
use App\Jobs\Eve\ItemPricesUpdateJob;
use App\Jobs\Commands\Eve\ItemPricesUpdateJob;
class ItemPricesUpdateCommand extends Command
{

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Jobs\Eve;
namespace App\Jobs\Commands\Eve;
use Illuminate\Bus\Queueable;
use Illuminate\Queue\SerializesModels;