Add missing cli descriptions (#632)
This commit is contained in:
parent
8df5d5beaf
commit
afa328577f
3 changed files with 15 additions and 0 deletions
|
@ -34,6 +34,11 @@ class MakeUserCommand extends Command
|
|||
*/
|
||||
protected $creationService;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $description = 'Creates a user on the system via the CLI.';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue