Hide some 2fauth artisan commands

This commit is contained in:
Bubka 2023-09-20 14:55:28 +02:00
parent 08c54328ca
commit 78d52e2cdd
3 changed files with 21 additions and 0 deletions

View File

@ -25,6 +25,13 @@ class FixUnsplittedAccounts extends Command
*/
protected $description = 'Try to fix accounts that haven\t been splitted during SplitTwofaccountsUriInMultipleColumns migration';
/**
* Indicates whether the command should be shown in the Artisan command list.
*
* @var bool
*/
protected $hidden = true;
/**
* Create a new command instance.
*

View File

@ -23,6 +23,13 @@ class ResetDemo extends Command
*/
protected $description = 'Reset 2FAuth with a fresh demo content';
/**
* Indicates whether the command should be shown in the Artisan command list.
*
* @var bool
*/
protected $hidden = true;
/**
* Create a new command instance.
*

View File

@ -23,6 +23,13 @@ class ResetTesting extends Command
*/
protected $description = 'Reset 2FAuth with a fresh testing content';
/**
* Indicates whether the command should be shown in the Artisan command list.
*
* @var bool
*/
protected $hidden = true;
/**
* Create a new command instance.
*