Add description to command.

This commit is contained in:
James Cole 2022-10-02 06:47:42 +02:00
parent 10d2a91d99
commit 06cd75ba74
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -43,7 +43,7 @@ class CreateGroupMemberships extends Command
* *
* @var string * @var string
*/ */
protected $description = 'SOME DESCRIPTION'; protected $description = 'Update group memberships';
/** /**
* The name and signature of the console command. * The name and signature of the console command.
* *