From f0d5eba35d4affabb137fb31b4b985c8cb23cb53 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Wed, 30 Aug 2023 07:59:08 +0800 Subject: [PATCH] wip Signed-off-by: Mior Muhammad Zaki --- src/Commands/Generator.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Commands/Generator.php b/src/Commands/Generator.php index 9c9d012..3b9790f 100644 --- a/src/Commands/Generator.php +++ b/src/Commands/Generator.php @@ -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}"); }