fixed typo in moonupdatecommand.php

This commit is contained in:
2020-05-27 00:59:24 -05:00
parent 8b4ee2315c
commit b98820b7c9
2 changed files with 1 additions and 1 deletions

View File

@@ -13,7 +13,6 @@ use App\Jobs\Commands\Moons\FetchMoonObserverJob;
//Library //Library
use Commands\Library\CommandHelper; use Commands\Library\CommandHelper;
use App\Library\Structures\StructureHelper;
//Models //Models
use App\Models\Esi\EsiScope; use App\Models\Esi\EsiScope;

View File

@@ -14,6 +14,7 @@ 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;