Update 2fauth:install command description

This commit is contained in:
Bubka 2023-09-20 14:55:50 +02:00
parent 78d52e2cdd
commit d28b8e7e11

View File

@ -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 => <info>https://ko-fi.com/bubka</info>');
$this->line('You can sponsor me on GitHub => <info>https://github.com/sponsors/Bubka</info>');
return self::SUCCESS;
}