diff --git a/Console/Command/SetNotVisible.php b/Console/Command/SetNotVisible.php index ab7f4e2..bdd6e1c 100644 --- a/Console/Command/SetNotVisible.php +++ b/Console/Command/SetNotVisible.php @@ -20,8 +20,8 @@ public function __construct(SetNotVisibleJob $job, string $name = null) protected function configure(): void { - $this->setName('set:notvisible'); - $this->setDescription('Set recently updated products to not visible'); + $this->setName('akeneo:setfamilynotvisible'); + $this->setDescription('Set family products to not visible'); parent::configure(); }