From d28b8e7e112c0bc0734c7c189d1fe8a54b0645fd Mon Sep 17 00:00:00 2001
From: Bubka <858858+Bubka@users.noreply.github.com>
Date: Wed, 20 Sep 2023 14:55:50 +0200
Subject: [PATCH] Update 2fauth:install command description
---
app/Console/Commands/Install.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app/Console/Commands/Install.php b/app/Console/Commands/Install.php
index c29f65fb..2e42a527 100644
--- a/app/Console/Commands/Install.php
+++ b/app/Console/Commands/Install.php
@@ -59,7 +59,7 @@ class Install extends Command
*
* @var string
*/
- protected $description = 'Run 2FAuth installation or update';
+ protected $description = 'Run 2FAuth installation/update wizard';
/**
* Create a new command instance.
@@ -138,6 +138,7 @@ public function handle()
$this->newLine();
$this->line('Want to support its development?');
$this->line('You can Buy me a coffee => https://ko-fi.com/bubka');
+ $this->line('You can sponsor me on GitHub => https://github.com/sponsors/Bubka');
return self::SUCCESS;
}