mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-23 00:33:18 +01:00
Hide some 2fauth artisan commands
This commit is contained in:
parent
08c54328ca
commit
78d52e2cdd
@ -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.
|
||||
*
|
||||
|
@ -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.
|
||||
*
|
||||
|
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user