From 01f18e6dfc0b74a4e196856ea9a4f1801fb50f19 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 27 May 2020 00:52:22 -0500 Subject: [PATCH] fixed a task status description for update moon pricing. --- app/Console/Commands/Moons/UpdateMoonPricing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/Moons/UpdateMoonPricing.php b/app/Console/Commands/Moons/UpdateMoonPricing.php index fd686a799..b1325f757 100644 --- a/app/Console/Commands/Moons/UpdateMoonPricing.php +++ b/app/Console/Commands/Moons/UpdateMoonPricing.php @@ -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();