fixed a task status description for update moon pricing.

This commit is contained in:
2020-05-27 00:52:22 -05:00
parent 48c52f14e3
commit 01f18e6dfc

View File

@@ -42,7 +42,7 @@ class UpdateMoonPriceCommand extends Command
public function handle()
{
//Create the command helper container
$task = new CommandHelper('CorpJournal');
$task = new CommandHelper('UpdateMoonPricing');
//Add the entry into the jobs table saying the job is starting
$task->SetStartStatus();