refactor: remove useless spaces
This commit is contained in:
parent
9ac92b9890
commit
e494bb0f5f
|
@ -21,8 +21,6 @@ class MakeUser extends Command
|
||||||
*/
|
*/
|
||||||
protected $description = 'Create a new user';
|
protected $description = 'Create a new user';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Execute the console command.
|
* Execute the console command.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -21,8 +21,6 @@ class ShowUsers extends Command
|
||||||
*/
|
*/
|
||||||
protected $description = 'Show all users';
|
protected $description = 'Show all users';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Execute the console command.
|
* Execute the console command.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue