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();