From 27b21575c0a7a796a7af3bf4ac85b678465bf183 Mon Sep 17 00:00:00 2001 From: Steve <34465153+xxl4@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:36:10 +0800 Subject: [PATCH] fix desc command --- src/Console/Commands/GenerateApiDocs.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Console/Commands/GenerateApiDocs.php b/src/Console/Commands/GenerateApiDocs.php index 10ee4de..a346c08 100644 --- a/src/Console/Commands/GenerateApiDocs.php +++ b/src/Console/Commands/GenerateApiDocs.php @@ -21,10 +21,10 @@ public function getAppName() { public function handle() { - $this->info("Install app: Apis"); + $this->info("Generate Docs"); if (!$this->confirm('Do you wish to continue?')) { // ... - $this->error("App Apis Install cannelled"); + $this->error("Generate Docs cannelled"); return false; }