Skip to content

Commit

Permalink
Rename command (#9)
Browse files Browse the repository at this point in the history
* Add not visible individually per family

* Rename command
  • Loading branch information
VincentBean authored Oct 11, 2021
1 parent bfe6175 commit ac4442a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Console/Command/SetNotVisible.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit ac4442a

Please sign in to comment.