From 9fefdea9de89fa4db7ff21affca5260181519757 Mon Sep 17 00:00:00 2001 From: Godfrey M Date: Tue, 15 Nov 2022 12:50:46 -0800 Subject: [PATCH] fixes checkout to all description --- app/Console/Commands/CheckoutLicenseToAllUsers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/CheckoutLicenseToAllUsers.php b/app/Console/Commands/CheckoutLicenseToAllUsers.php index fab2b318c6..d655b5aceb 100644 --- a/app/Console/Commands/CheckoutLicenseToAllUsers.php +++ b/app/Console/Commands/CheckoutLicenseToAllUsers.php @@ -22,7 +22,7 @@ class CheckoutLicenseToAllUsers extends Command * * @var string */ - protected $description = 'Command description'; + protected $description = 'Checks out licenses to all users'; /** * Create a new command instance.