mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-04-16 13:38:27 +02:00
Update 2fauth:install command description
This commit is contained in:
parent
78d52e2cdd
commit
d28b8e7e11
@ -59,7 +59,7 @@ class Install extends Command
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $description = 'Run 2FAuth installation or update';
|
protected $description = 'Run 2FAuth installation/update wizard';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new command instance.
|
* Create a new command instance.
|
||||||
@ -138,6 +138,7 @@ public function handle()
|
|||||||
$this->newLine();
|
$this->newLine();
|
||||||
$this->line('Want to support its development?');
|
$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 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;
|
return self::SUCCESS;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user