item updates weren't working for whatever reason

This commit is contained in:
2020-08-12 03:33:00 -05:00
parent b7bfe880f4
commit 685dabede3

View File

@@ -6,7 +6,7 @@ use Illuminate\Console\Command;
use Log; use Log;
//Library //Library
use Command\Library\CommandHelper; use Commands\Library\CommandHelper;
use App\Library\Moons\MoonCalc; use App\Library\Moons\MoonCalc;
class ItemPricesUpdateCommand extends Command class ItemPricesUpdateCommand extends Command