Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Aug 29, 2023
1 parent 9ff43c5 commit f0d5eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ protected function configure()
{
$this->ignoreValidationErrors();

$this->setName($this->name)
->setDescription($this->description)
$this->setName($this->getName())
->setDescription($this->getDescription())
->addArgument('name', InputArgument::REQUIRED, "The name of the {$this->fileType}");
}

Expand Down

0 comments on commit f0d5eba

Please sign in to comment.