diff --git a/app/Console/Commands/Eve/ItemPricesUpdateCommand.php b/app/Console/Commands/Eve/ItemPricesUpdateCommand.php index ee3b2c253..8fea812f7 100644 --- a/app/Console/Commands/Eve/ItemPricesUpdateCommand.php +++ b/app/Console/Commands/Eve/ItemPricesUpdateCommand.php @@ -7,6 +7,7 @@ use Log; //Library use Commands\Library\CommandHelper; +use App\Library\Moons\MoonCalc; //Job use App\Jobs\Commands\Eve\ItemPricesUpdateJob;