From 95a4636414055faef87af4faa6b2f82b3507534a Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 10 May 2020 22:29:26 -0500 Subject: [PATCH] update --- app/Console/Commands/Moons/RentalMoonCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/Moons/RentalMoonCommand.php b/app/Console/Commands/Moons/RentalMoonCommand.php index 5205bdf0f..6599bc6bd 100644 --- a/app/Console/Commands/Moons/RentalMoonCommand.php +++ b/app/Console/Commands/Moons/RentalMoonCommand.php @@ -31,7 +31,7 @@ class RentalMoonCommand extends Command * * @var string */ - protected $description = 'Rental Moons jobs'; + protected $description = 'Queues up the jobs for the rental moons.'; /** * Create a new command instance.